This commit is contained in:
louiscklaw
2025-02-01 02:00:30 +08:00
parent b3da7aaef5
commit 3f4c5cd0dd
6 changed files with 302 additions and 0 deletions

51
tutorial-python-1.md Normal file
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