Five minutes at the door, every class. None of these routines needs a computer and none of them is filler โ€” each one drills a single habit that programming will later demand at full speed. Reading code closely, naming a fault precisely, asking the question that saves an hour of building the wrong thing: these are not talents, they are reps.

Warm-upWhat it trains
Predict the OutputReading code closely enough to commit
Spot the BugFinding faults by reading, not by re-running
Trace ItFollowing a program the way Python does, line by line
Which One Doesnโ€™t BelongPrecise vocabulary, defended out loud
Name That ErrorTurning a traceback into a diagnosis
Tech HeadlinesWeighing claims made about technology
What Would You AskThe question that comes before the code

Six of these point at the machine. The seventh points at a person: What Would You Ask is where you practise the interview that The Community App eventually depends on, one question at a time, long before there is anything to build.

If a round ever feels pointless, check the right-hand column and watch for that one thing next time. The tenth round is never the first.