Introduction to Python Programming (Python 程式编写简介)
Project (项目)
Click for Download: project.pdf
1. Introduction and my first program (简介及我的第一个程式)
Click for Download: 1-introduction.pdf
2. Data Type: Numeric values (数据类型:数值)
Click for Download: 2-numericData.pdf
3. Variable and expression (变量和表达式)
Click for Download: 3-variable&expression.pdf
4. Conditional control statements (条件控制语句)
Click for Download: 4-conditional.pdf
5. Iteration control statement (循环控制语句)
Click for Download: 5-looping.pdf
6. Functions (函数)
Click for Download: 6-functions.pdf
7. Data Type: Strings (数据类型:文字串)
Click for Download: 7-stringprocessing.pdf
8. Data Type: Lists (数据类型:列表)