1. Basic Syntax
- Section 1: Programming Environment Setup
- Section 2: Variables in Python
- Section 3: Basic Data Types
- Section 4: Operators
- Section 5: Common Functions
2. Data Structures & Control Flows
- Section 1: Data Structures
- 4 sequence types: list(列表), str(字符串), tuple(元组), range(整数序列)
- 1 set type: set(集合)
- 1 mapping type: dict(字典)
- Section 2: Selection -
if
- Section 3: Loop -
while
&for