Register - Login - Forgotten Password

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...

Lesson 11: Combining Conditions With And, Or and Not (Teach This Topic)

This guide supports teaching Python’s Boolean operators `and`, `or` and `not` to learners aged 11 to 16. Open Full Article...

Lesson 11: Combining Conditions With And, Or and Not (Parent Q&A)

This guide supports parents with the main ideas from Lesson 11 on combining conditions in Python. Open Full Article...

Lesson 11: Combining Conditions With And, Or and Not

What happens when Python needs one decision based on several true-or-false questions? Open Full Article...

Lesson 10: Comparing Values in Python (Parent Q&A)

This lesson explains how Python compares values and produces the Boolean results True or False. Open Full Article...

Lesson 10: Comparing Values in Python (Teach This Topic)

This guide supports a home-educated learner aged 11 to 16 in understanding how Python compares values. Open Full Article...