Learn Python from Scratch!🐍
SAT Score Range
•
10 sessions
•
CS
HW
AB
+10
About
In this beginner-friendly Python session, we’ll break down programming into simple, fun, and practical steps. You’ll learn by doing—writing real code as we explore variables, loops, functions, logic, and more through interactive demos and easy challenges. No experience needed! By the end, you’ll understand the foundations of Python and feel confident building your own small programs. Come curious, leave empowered! 🚀🐍
Tutored by
✋ ATTENDANCE POLICY
You are free to attend/skip whichever sessions you want, but please ensure you are regular to be up to date with the course material.
SESSION 7
4
Jan
SESSION 7
Computer Science
Computer Science
Sun 2:30 AM - 3:30 AM UTCJan 4, 2:30 AM - 3:30 AM UTC
Array and String methods
SESSION 8
7
Jan
SESSION 8
Computer Science
Computer Science
Wed 2:30 AM - 3:30 AM UTCJan 7, 2:30 AM - 3:30 AM UTC
project stop
SESSION 9
11
Jan
SESSION 9
Computer Science
Computer Science
Sun 2:30 AM - 3:30 AM UTCJan 11, 2:30 AM - 3:30 AM UTC
6. Loops
for loops
while loops
Loop control: break, continue
Practical exercises (sum of numbers, patterns, lists)
SESSION 10
18
Jan
SESSION 10
Computer Science
Computer Science
Sun 2:30 AM - 3:30 AM UTCJan 18, 2:30 AM - 3:30 AM UTC
7. Data Structures
Lists
Creating lists
Adding/removing items
Indexing & slicing
Looping through lists
Tuples
What they are and when to use them
Dictionaries
Key–value pairs
Accessing, adding, updating values
Looping through dictionaries
Sets
Removing duplicates
Set operations