🐍 27 episodes · Free · Ages 7-10
Write your first real code. Build a number guessing game, a tic-tac-toe game, and more. No installation needed.
Real Python in your browser. No installation, no signup.
Watch in order. Each one builds on the last.
Phase 1 · Onboarding
What is Python and why we'll use it
Open the editor and find the Run button
Code area, output panel, Run button
Phase 2 · The Big Idea
Phase 3 · Foundations
Make the computer show text
Store a value with a name
Math vs text
Phase 4 · Code Blocks
+, -, ×, ÷ with numbers and variables
Remainder, powers, order of operations
Ask the user a question
Numbers from input, simple Q&A
Run code only when true
elif, comparing with ==, >, <
for loop to repeat code
while loop, repeating until done
Phase 5 · Working with Data
+ to glue, × to repeat, len() for length
[1, 2, 3] and how to use them
import random — surprise the player
Phase 6 · First Creative Project
Phase 7 · Game Projects
Your first interactive game
Beat the computer
Make silly stories from your words
Add, subtract, multiply, divide
Use a loop to print tables
Track your score
Is your password strong?
Build a full game from scratch
Coming after Episode 27