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 23: Returning Results From Functions With Return (Parent Q&A)

This lesson explains how Python functions send results back to the code that called them. Open Full Article...

Lesson 23: Returning Results From Functions With Return (Teach This Topic)

This guide supports teaching how Python functions send results back to the code that called them. Open Full Article...

Lesson 27: Using Python Modules and Libraries (Parent Q&A)

This guide explains how Python uses organised, reusable code. It covers modules, libraries, packages, importing, namespaces and aliases. Open Full Article...

Lesson 27: Using Python Modules and Libraries (Teach This Topic)

This guide supports teaching how Python uses organised, reusable code through modules, packages and libraries. Open Full Article...

Lesson 25: Handling Python Errors Without Crashing (Teach This Topic)

This self-contained guide helps you teach how Python responds to selected runtime exceptions using try, except, else and finally. Open Full Article...

Lesson 25: Handling Python Errors Without Crashing (Parent Q&A)

This guide explains how Python can respond to selected runtime problems instead of stopping immediately. Open Full Article...

Lesson 22: Giving Information to Functions With Parameters and Arguments (Parent Q&A)

This guide explains how Python functions receive information when they are called. Open Full Article...

Lesson 22: Giving Information to Functions With Parameters and Arguments (Teach This Topic)

This guide supports teaching how Python functions receive information and reuse the same instructions with different values. Open Full Article...