系列目錄
對應的B站視頻:https://www.bilibili.com/video/BV1UL411c71d
入門 *
Python入門示例系列03 安裝Python開發工具(IDE)
Python入門示例系列06 使用PyCharm單步調試 -
Python入門示例系列07 Python注釋 (comments)
Python入門示例系列08 基礎語法 (Syntax)
Python入門示例系列13 列表 List -
Python入門示例系列14 元組 Tuple -
Python入門示例系列15 字典 Dictionary -
Python入門示例系列16 集合 Set -
Python入門示例系列17 輸入與輸出 (Input and Output)
Python入門示例系列18 條件控制 if elif
Python入門示例系列19 循環語句 loop (while, for, range)
Python入門示例系列20 函數 Function
Python入門示例系列21 面向對象(初級) Class
* 教材第一章
Python入門示例系列30 Python運算符優先級和結合性 -
Python入門示例系列31 GUI Tkinter 入門 * (Tkinter widget)
Python入門示例系列32 Turtle 入門 *(海龜)-
Python入門示例系列34 enumerate() 函數 -
其它常用模塊