Register - Login - Forgotten Password

Lesson 11: Debugging With AI Without Falling Into the Guessing Loop (Teach This Topic)

This guide supports a discussion and reasoning session about using AI for systematic software debugging without running software or changing code. 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 12: AI Coding Agents: From Assistant to Autonomous Worker (Teach This Topic)

This guide supports teaching the difference between receiving code suggestions and delegating bounded development work to an AI coding agent. Open Full Article...

Lesson 12: Building With an Agent Without Losing Control (Teach This Topic)

This guide helps you teach how developers retain control when an AI coding agent works on a complex application. 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 13: Tools, MCP and Giving AI Access to the Outside World (Teach This Topic)

This guide supports teaching about AI tools, MCP connections and responsible access to external systems. Open Full Article...

Lesson 13: Debugging With AI and Finding the Root Cause (Teach This Topic)

This guide supports a lesson on disciplined debugging with AI coding agents. 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 14: Security, Permissions and Untrusted Context (Teach This Topic)

This guide supports teaching how AI coding agents can create security risks when they access files, commands and external tools. Open Full Article...

Lesson 14: Repeating Code With For Loops (Teach This Topic)

This guide supports a home-educating parent teaching Python for loops to learners aged 11 to 16. Open Full Article...