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 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 21: Creating and Using Functions in Python (Parent Q&A)

This guide explains the beginner Python functions covered in Lesson 21. Open Full Article...

Lesson 21: Creating and Using Functions in Python (Teach This Topic)

This guide supports teaching Python functions to learners aged 11 to 16. Open Full Article...

Lesson 21: Creating and Using Functions in Python

What if a programme could learn a useful set of instructions once and reuse them whenever needed? Open Full Article...