Register - Login - Forgotten Password

Lesson 11: Debugging With AI Without Falling Into the Guessing Loop (Parent Q&A)

This guide explains how AI can support systematic software debugging without encouraging speculative changes. Open Full Article...

Lesson 11: Combining Conditions With And, Or and Not (Parent Q&A)

This guide supports parents with the main ideas from Lesson 11 on combining conditions in Python. Open Full Article...

Lesson 12: AI Coding Agents: From Assistant to Autonomous Worker (Parent Q&A)

This guide explains how AI coding agents differ from chat-based coding assistants. Open Full Article...

Lesson 12: Building With an Agent Without Losing Control (Parent Q&A)

This lesson explains how developers keep control when an AI coding agent works on substantial software. Open Full Article...

Lesson 12: Building Your First Python Quiz (Parent Q&A)

This guide explains how a small Python quiz connects familiar features from earlier lessons. Open Full Article...

Lesson 13: Tools, MCP and Giving AI Access to the Outside World (Parent Q&A)

This guide explains how AI coding systems can use external tools, information and services during a task. Open Full Article...

Lesson 13: Debugging With AI and Finding the Root Cause (Parent Q&A)

This lesson presents debugging as a disciplined process for understanding why software behaves unexpectedly. 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 14: Security, Permissions and Untrusted Context (Parent Q&A)

This guide explains why AI coding agents need security controls when they can access files, run commands or use external tools. Open Full Article...

Lesson 14: Repeating Code With For Loops (Parent Q&A)

This guide explains the main ideas in Lesson 14, which introduces Python for loops. Open Full Article...