Register - Login - Forgotten Password

Lesson 8: Making Decisions With If Statements (Parent Q&A)

This guide explains how Python uses conditions to make decisions. Open Full Article...

Lesson 8: Making Decisions With If Statements (Teach This Topic)

This guide supports a home-educated learner aged 11 to 16 in understanding how Python uses conditions to choose between actions. Open Full Article...

Lesson 7: Converting Between Text and Numbers (Parent Q&A)

This guide explains how Python treats text, integers and floating-point values as different types. Open Full Article...

Lesson 7: Converting Between Text and Numbers (Teach This Topic)

This guide supports teaching Python type conversion, building on Lesson 6's input() function. Open Full Article...

Lesson 6: Getting Input From the User (Parent Q&A)

This guide explains how a Python programme receives information while it is running. Open Full Article...

Lesson 6: Getting Input From the User (Teach This Topic)

This guide supports teaching how Python receives information while a programme is running. Open Full Article...

Lesson 3: Variables and Storing Information (Parent Q&A)

This guide explains the lesson’s main ideas about Python variables and stored information. Open Full Article...

Lesson 3: Variables and Storing Information (Teach This Topic)

This guide supports teaching how Python uses names to refer to values and how those connections can change. Open Full Article...

Lesson 4: Numbers and Calculations in Python (Parent Q&A)

This guide explains the main ideas in Lesson 4, including Python’s number types, arithmetic operators and the order of operations. Open Full Article...

Lesson 4: Numbers and Calculations in Python (Teach This Topic)

This guide supports teaching the finished lesson on Python numbers, arithmetic operators and calculation order. Open Full Article...