Recently Updated Pages
Phrases 4
select which task you're going to deal with depending on urgency 根據緊急程度選擇要處理的任務 make a list of...
Debug
Debugging assert 可用在程式的條件測試 assert <condition>, <message> : 如果 condition 為 True,沒有作用;如果為 Fal...
Unit Test
單元測試 目的:以隔離主程式的方式,對自訂的函式(function)與方法(method),提供指定的輸入參數與期待的輸出結果,以驗證相關程式碼是否有瑕疵或錯誤。 方法:撰寫額外的測試用...
Phrases 3
A website is producing service errors when loading certain pages. so it might make sense to f...
Cybersecurity 2
事故(後)報告撰寫(Writing effective postmortems) What happened and when Who was affected ...
Cheat Sheets
Online Search 中文:各種速查表線上快速查詢 英文:各類速查表線上快速查詢 Curl curl-cheat-sheet.pdf Git git-for...
OSS & Freewares
OSS List Awesome-Selfhosted LinuxLinks - The Linux Portal Site Good Articles to OSS 為何開...
Tips
編碼 UTF-8 宣告 #!/usr/bin/python # -*- coding: utf-8 -*- Find all installed modules help("module...
Errors and Exceptions
適用實例: A file doesn’t exist A network or database connection fails Your code receiv...
Course 2
Understanding Slowness Slow Web Server ab - Apache benchmark tool ab -n 500 site.example.com ...
Connect with someone Hi, Tim. I recently completed the Google Cybersecurity Certificate program,...
pip
Installation Tutorials Install packages in a virtual environment using pip and venv - Python ...
Binary Search
二分搜尋(Binary Search)是一種高效的搜尋演算法,用於在已排序的串列(List)中尋找特定元素的位置或值。 前提條件: 資料集合必須是已排序的,可以是升序或降序排列。這是因為二分...
List 串列
串列是任何類型元素的序列,並且是可變的。用於儲存項目集合,它們可以包含任何型別的資料,並以方(中)括號表示。 a = [1, 2, 3, 4, 5] b = ['mango', 'pinea...
Regular Expression
Basic Regex Character types \w matches with any alphanumeric character, including underline ...
Datetime
時間格式代碼 %d:以十進製表示的月份中的第幾天,填充零。 %m:十進製表示的月份,零填充。 %y:以零填充的十進製表示法的年份的最後兩位數字。 %Y:以十進製表示的四位年份數字,零...
String 字串
字串是字元序列且是不可變的。以單引號或雙引號括起來的多個字元的集合,可以包含字母、數字和特殊字元。 Concatenate secret_password = 'jhk7GSH8ds' p...
Learning Git
Git Commands Work 中文 Git - Book Git 筆記 - Git初始設定 & Github入門 Git 版本控制教學 - 單兵必懂指令 | My.APOL...
Examples
登入紀錄報告 Custom Class Dictionary/Set/List Data Set Methods def get_event_date(event): re...
Cybersecurity Certificate
Google Cybersecurity Certificates (GCC) Google 資安證書 啟動台灣資安人才培育計畫 資訊安全人才教育 - Google 安全中心 Goo...