Python Course by GANESH SATLA
Module 1: Getting Started (Week 1)
Goal: Make them comfortable with coding
What is coding? (real-life examples)
Install Python / use Replit (easier for kids)
First program: print("Hello World")
Input/output basics
👉 Mini Task:
Print their name, age, favorite game
🔹 Module 2: Variables & Data Types (Week 1–2)
Goal: Build foundation
Variables (like storing data)
Data types: int, float, string
Basic operations (+, -, *, /)
👉 Fun Activity:
Simple calculator (add 2 numbers)
🔹 Module 3: Conditions (Week 2–3)
Goal: Teach decision-making
if, else, elif
Comparison operators
👉 Projects:
Check even/odd
Grade calculator
“Guess the number” game
🔹 Module 4: Loops (Week 3–4)
Goal: Repetition logic
for loop
while loop
👉 Projects:
Print patterns (* triangle)
Countdown timer
Multiplication table generator
🔹 Module 5: Lists & Basic Data Structures (Week 4–5)
Goal: Store multiple values
Lists (create, access, modify)
Loop through lists
👉 Projects:
Student marks list
Find max/min number
Shopping list app

