Register - Login - Forgotten Password

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 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 3: Variables and Storing Information

How can a programme remember a name, a score or a temperature so it can use that information later? 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...

Lesson 4: Numbers and Calculations in Python

If Python can remember numbers, can it also work things out with them? Open Full Article...