Categories
9 pages
112 - Python 進階語法
【Python 進階語法 #9】python __name__ == "__main__" 筆記,內附常考問題
【Python 進階語法 #8】args? kwargs? 也許可以不用完整的講清楚傳了什麼東西給 func?
【Python 進階語法 #7】python zip - 使用方法 與 其他寫法比較整理
【Python 進階語法 #6】python repr() 用法筆記,還我 str 原形的 repr !
【Python 進階語法 #5】python counter() 用法整理 - 快速計算資料內容的數量 (last updated: 2023/4/18)
【Python 進階語法 #4】python ord() 用法整理 - python 取得 ASCII 的方法
【Python 進階語法 #3】python map - 使用方法 與 其他寫法比較整理
【Python 進階語法 #2】lambda 與 def function 使用方法與比較整理(內含範例程式碼)
【Python 進階語法 #1】python assert (斷言) 用法 sample code (內含範例程式碼)