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 (數據類型:列表)