Python 的標準程式庫 (standard library) 涵蓋絕大多數常用功能,需要使用時,利用 import 陳述就可引入相關模組。以下挑選十種常用功能做介紹
- 12.1 正規運算式 re
- 12.2 時間日期處理 datatime
- 12.3 數字精準度 decimal
- 12.4 隨機數 random
- 12.5 基本檔案與目錄處理 os 與 os.path
- 12.6 資料庫 sqlite3
- 12.7 HTML 處理 html.parser
- 12.8 伺服器 http.server
- 12.9 圖形介面 tkinter
- 12.10 發展工具 2to3 pydoc unittest
相關教學影片