-
Day 1 — Session 1 (Hours 1–4)
📊 Open Presentation →
59 slides
36KB
Comprehensive basics covering environment setup, print(), variables, and operators
-
Day 2 — Session 2 (Hours 5–8)
📊 Open Full Session Presentation →
74 slides
Basics
Strings (indexing, slicing, methods), Input/Output, Type conversion, and Checkpoint 1
Per-hour lecture source files: lecture/Day2_Hour1_Basics.md through Day2_Hour4_Basics.md (runbook Session 2 / course Hours 5–8; HTML deck covers full session)
-
Day 3 — Session 3 (Hours 9–12)
📊 Open Full Session Presentation →
48 slides
Basics
Comparisons & boolean logic, f-string formatting, split/join text processing, and debugging habits
Per-hour lecture source files: lecture/Day3_Hour1_Basics.md through lecture/Day3_Hour4_Basics.md (HTML deck covers full session)
-
Day 4 — Session 4 (Hours 13–16)
📊 Open Full Session Presentation →
53 slides
Basics
Lists fundamentals, iterating lists with for loops, nested lists, and Checkpoint 2
Per-hour lecture source files: lecture/Day4_Hour1_Basics.md through lecture/Day4_Hour4_Basics.md (HTML deck covers full session)
-
Introduction to Python
📊 Open Presentation →
3 slides
16KB
Quick introduction covering first programs and variables