Files
004_comission/choco_boo/tutorial-python-1.md
louiscklaw abff74fd77 update,
2025-01-31 19:29:24 +08:00

52 lines
627 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 1. What is Python?
## 2. Why Python for Kids?
## 3. Getting Started with Python
### 3.1. Installing Python
### 3.2. Python IDE
### 4. Python Syntax
## 5. First Python Program Hello, World!
## 6. Python Variables
## 7. Python Datatypes
### 7.1 Int
### 7.2 Float
### 7.3 String
### 7.4 Boolean
### 7.5 List
### 7.6 Tuple
### 7.7 Dict
### 7.8 Set
## 8. Python Operators
## 9. Control Flow
### 9.1. Conditional Statements
### 9.2. Loops
## 10. Functions and Modules in Python
### 10.1 Python Functions
### 10.2 Python Modules
## 11. OOPS in Python
## 12. Fun Activities Python Projects for Kids