Register - Login - Forgotten Password

Lesson 25: Handling Python Errors Without Crashing (Teach This Topic)

This self-contained guide helps you teach how Python responds to selected runtime exceptions using try, except, else and finally. Open Full Article...

Lesson 25: Handling Python Errors Without Crashing (Parent Q&A)

This guide explains how Python can respond to selected runtime problems instead of stopping immediately. Open Full Article...

Lesson 25: Handling Python Errors Without Crashing

A programme asks for a number, but someone enters unexpected text: must the whole programme stop? 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 4: Numbers and Calculations in Python

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