🐍 Zero to GCSE
No experience needed. 8 chapters take you from your very first print() statement to writing GCSE-level algorithms — with auto-marked tasks and real Python in your browser.
Chapter 1
Write Python code and see it run instantly
Chapter 2
Variables, data types, and type conversion
Chapter 3
Make your programs interactive with input()
Chapter 4
if, elif and else — selection in Python
Chapter 5
for loops, while loops, and iteration
Chapter 6
Store multiple values in one variable
Chapter 7
Write reusable blocks of code
Chapter 8
Search, sort, and think like a computer scientist