Register - Login - Forgotten Password

Lesson 29: Building a Text Adventure Game in Python (Parent Q&A)

This guide explains how Python features combine in a small text adventure game. Open Full Article...

Lesson 29: Building a Text Adventure Game in Python (Teach This Topic)

This guide supports Lesson 29: Building a Text Adventure Game in Python. Open Full Article...

Lesson 28: Building a Number Guessing Game in Python (Parent Q&A)

This guide explains how familiar Python features combine to form a complete number guessing game. Open Full Article...

Lesson 28: Building a Number Guessing Game in Python (Teach This Topic)

This guide helps you examine how familiar Python features combine into a small number guessing game. 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 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 8: Making Decisions With If Statements (Parent Q&A)

This guide explains how Python uses conditions to make decisions. Open Full Article...