CURRICULUM // CORE.101 // WEEK_1
Week 1 · Code to Create
Getting Started with Python
Units
MODULE_BREAKDOWN
UnitTopicFormatTime
1.1Why Python? What you'll buildInspiration (watch 3 student project showcase)Video + interactive demo15 min
1.2Install Python & VS CodeWorking dev environment (screenshot proof)Tutorial video + written guide20 min
1.3Your first program: "Hello, World!"Run print("Hello, World!")Live coding walkthrough12 min
1.4Variables & data types (int, string, bool, float)Define 5 variables, print themInteractive lesson + exercises25 min
1.5Quiz: Variables & typesScore 80%+ to unlock next weekAuto-graded10 min
PROJECTCreate a greeting programname = input(); age = input(); print(f"Hello, {name}!")Guided build30 min
STUDY HALLFriday 6pm: Environment setup helpAsk 2 questions, help 1 peerLive Q&A1 hr
Rewards
XP_AND_BADGES
XP allocation50 each unit, 100 project = 400 XP
Badge unlockCode Runner (first program works)