Register - Login - Forgotten Password

Lesson 13: Repeating Code With While Loops

How can Python repeat a pattern without making its programme longer and harder to change? Open Full Article...

Lesson 18: Looping Through Lists (Parent Q&A)

This guide explains how Python uses a for loop to process each item in a list in order. Open Full Article...

Lesson 18: Looping Through Lists (Teach This Topic)

This guide supports teaching Python list iteration at home. Open Full Article...

Lesson 15: Using Range to Control Loops

Why does a loop need a sequence of numbers rather than just a repetition count? Open Full Article...

Lesson 14: Repeating Code With For Loops (Parent Q&A)

This guide explains the main ideas in Lesson 14, which introduces Python for loops. Open Full Article...

Lesson 14: Repeating Code With For Loops (Teach This Topic)

This guide supports a home-educating parent teaching Python for loops to learners aged 11 to 16. Open Full Article...

Lesson 14: Repeating Code With For Loops

What if we already know which values Python should work through? Open Full Article...

Lesson 12: Building Your First Python Quiz (Parent Q&A)

This guide explains how a small Python quiz connects familiar features from earlier lessons. Open Full Article...

Lesson 12: Building Your First Python Quiz (Teach This Topic)

This guide supports teaching how familiar Python features combine to make a small quiz. Open Full Article...

Lesson 12: Building Your First Python Quiz

How can familiar Python ideas turn into a working quiz? The surprising answer is that Python has no special quiz command. Open Full Article...