Register - Login - Forgotten Password

Lesson 30: Building Your First Complete Python Project (Parent Q&A)

This lesson brings together the main ideas from an introductory Python course through one small revision tracker. Open Full Article...

Lesson 30: Building Your First Complete Python Project (Teach This Topic)

This guide supports a self-contained teaching session about combining Python skills into one purposeful project. Open Full Article...

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 20: Dictionaries: Storing Information in Key-Value Pairs (Parent Q&A)

This guide explains how Python dictionaries organise related information as key-value pairs. Open Full Article...

Lesson 20: Dictionaries: Storing Information in Key-Value Pairs (Teach This Topic)

This guide supports teaching Python dictionaries as mappings that connect meaningful keys with associated values. Open Full Article...

Lesson 20: Dictionaries: Storing Information in Key-Value Pairs

Why can a contact card find “email” instantly, while a list may make you remember which position holds it? Open Full Article...