Program with Python
SAT Score Range
•
6 sessions
•
VS
JB
ML
+10
This series ended on January 15, 2024. All 1:1 and group chats related to this series are disabled 7 days after the last session.
About
Hi learners! Want to start coding? Python is a programming language which is suited for anyone, no prior experience required! At the end of this series, you will be able to create basic programs, and text-based games.
You are not required to download a compiler, there are ones online available to use.
Here is an overview of the topics we are covering:
- Python Introduction
- Variables and Datatype
- Operators and User Input
- Conditional Statements
- Loops
Tutored by
Schedule
✋ ATTENDANCE POLICY
Please message the tutor in advance for any absences!
SESSION 1
2
Dec
SESSION 1
Orientation
Orientation
Sat 11:00 PM - Sun, 12:00 AM UTCDec 2, 11:00 PM - Dec 3, 12:00 AM UTC
1. What is Python?
2. Print syntax and usage
3. Comments
SESSION 2
9
Dec
SESSION 2
Orientation
Orientation
Sat 11:00 PM - Sun, 12:00 AM UTCDec 9, 11:00 PM - Dec 10, 12:00 AM UTC
1. Running a Python script
2. Understanding variables
3. Exploring different data types in Python
SESSION 3
16
Dec
SESSION 3
Orientation
Orientation
Sat 10:30 PM - 11:30 PM UTCDec 16, 10:30 PM - 11:30 PM UTC
1. Python Operators
2. Taking User Input
SESSION 4
30
Dec
SESSION 4
Orientation
Orientation
Sat 11:00 PM - Sun, 12:00 AM UTCDec 30, 11:00 PM - Dec 31, 12:00 AM UTC
1. Introducing conditional statements
2. Using If statements
3. Else and Elif clauses
SESSION 5
6
Jan
SESSION 5
Orientation
Orientation
Sat 11:00 PM - Sun, 12:00 AM UTCJan 6, 11:00 PM - Jan 7, 12:00 AM UTC
1. Creating while and for loops
2. Working with loop termination
3. Brief introduction to lists and their common operations
SESSION 6
14
Jan
SESSION 6
Orientation
Orientation
Sun 11:00 PM - Mon, 12:00 AM UTCJan 14, 11:00 PM - Jan 15, 12:00 AM UTC
1. Handling errors
2. Final Questions