Table of Contents
Since we have in-class coding session, please bring a computer with you to our weekly class.
- Please follow the instruction here to install the suggested softwares to your computer
python
vscode
- If you prefer not to install any software on your computer, you could also use
replit
instructions to code online within the browser. In order to do so, you need to register an online account onreplit
and you would also need internet connection. - Environment set up on chromebook could be a little tricky, but it seems doable
- School Year 2023-2024 - Saturday from 10:30AM to 12:00PM (每周六上午 10:30-12:00)
- 地点: 5850 Peachtree Industrial Blvd, Norcross, GA 30071
Session | Date | Topic | Materials |
---|---|---|---|
- | 2023-08-05 | No Class | |
01 | 2023-08-12 | Introduction to Programming & Python | link |
02 | 2023-08-19 | Variable and Data | link |
03 | 2023-08-26 | Primitive Data Types and Practices (part I) | link |
- | 2023-09-02 | No Class | |
04 | 2023-09-09 | Primitive Data Types and Practices (part II) | link |
05 | 2023-09-16 | Primitive Data Types and Practices (part III) | link |
06 | 2023-09-23 | Boolean and Condition | link |
07 | 2023-09-30 | Conditional Statement (part II) | link |
- | 2023-10-07 | No Class | |
08 | 2023-10-14 | Loops (part I) | link |
09 | 2023-10-21 | Loops (part II) | link |
10 | 2023-10-28 | Loops (part III) | link |
11 | 2023-11-04 | Non-primitive Data Types - List | link |
12 | 2023-11-11 | Non-primitive Data Types - Dictionary | link |
13 | 2023-11-18 | Function (part I) | link |
- | 2023-11-25 | No Class | |
14 | 2023-12-02 | Function (part II) | link |
15 | 2024-01-13 | Semester Recap and Class & Objects | link |
16 | 2024-01-20 | Class & Objects (part II) | link |
17 | 2024-01-27 | Build a Tic-Tac-Toe Game (part I) | link |
18 | 2024-02-03 | Build a Tic-Tac-Toe Game (part II) | link |
19 | 2024-02-10 | Build a Tic-Tac-Toe Game (part III) | link |
- | 2024-02-17 | No Class | |
20 | 2024-02-24 | Build a Tic-Tac-Toe Game (part IV) | link |
21 | 2024-03-02 | Python Libraries and How to Use Them (part I) | link |
22 | 2024-03-09 | Python Libraries and How to Use Them (part II) | link |
23 | 2024-03-16 | File Input and Output (part I) | link |
24 | 2024-03-23 | File Input and Output (part II) | link |
- | 2024-03-30 | No Class | |
- | 2024-04-06 | No Class | |
25 | 2024-04-13 | Version Control and Git (part I) | link |
26 | 2024-04-20 | Version Control and Git (part II) | link |
27 | 2024-04-27 | Algorithm (part I) - Search | link |
28 | 2024-05-04 | Algorithm (part II) - Search & Sort | link |