Register - Login - Forgotten Password

Lesson 24: Understanding Python Errors and Debugging Code (Parent Q&A)

This guide supports discussion of the lesson about Python errors and debugging. Open Full Article...

Lesson 24: Understanding Python Errors and Debugging Code (Teach This Topic)

This guide supports you in teaching a lesson about Python errors and debugging. Open Full Article...

Lesson 24: Understanding Python Errors and Debugging Code

A tiny change in a programme can turn an expected answer into a puzzling result, even when the code looks almost right. Open Full Article...

Lesson 7: Converting Between Text and Numbers

Why does Python treat "10" + "5" as "105" instead of 15? The answer is that values which look similar on the screen can be different kinds of information. Open Full Article...

Lesson 2: Your First Python Program (Parent Q&A)

This guide explains the beginner Python ideas introduced in Lesson 2: Your First Python Program. Open Full Article...

Lesson 2: Your First Python Program (Teach This Topic)

This guide supports a beginner aged 11 to 16 in reading a first Python statement and connecting source code with its output. Open Full Article...

Lesson 2: Your First Python Program

How can one line of text make a computer display a message? Open Full Article...