This commit is contained in:
louiscklaw
2025-01-31 19:29:24 +08:00
parent 843c590c8b
commit abff74fd77
81 changed files with 7754 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
## 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