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...
Home schooling resources for children and parents.
This lesson brings together the main ideas from an introductory Python course through one small revision tracker. Open Full Article...
This guide supports a self-contained teaching session about combining Python skills into one purposeful project. Open Full Article...
Separate Python skills become one useful programme through organisation, not accumulation. Open Full Article...
This guide explains how familiar Python features combine to form a complete number guessing game. Open Full Article...
This guide helps you examine how familiar Python features combine into a small number guessing game. Open Full Article...
This self-contained guide helps you teach how Python responds to selected runtime exceptions using try, except, else and finally. Open Full Article...
This guide explains how Python can respond to selected runtime problems instead of stopping immediately. Open Full Article...
A programme asks for a number, but someone enters unexpected text: must the whole programme stop? Open Full Article...