Register - Login - Forgotten Password

Lesson 30: Building Your First Complete Python Project

Separate Python skills become one useful programme through organisation, not accumulation. Open Full Article...

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 28: Building a Number Guessing Game in Python

How can a computer appear to “think” of a secret number and respond intelligently to every guess? Open Full Article...

Lesson 13: Repeating Code With While Loops (Teach This Topic)

This guide supports teaching the finished lesson on Python while loops at home. Open Full Article...

Lesson 13: Repeating Code With While Loops (Parent Q&A)

This guide explains how Python uses while loops to repeat instructions while a condition remains true. Open Full Article...

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 14: Repeating Code With For Loops

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