๐ Free Python Tutorials
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. ๐บ Full Playlist on YouTube
Phase 1 ยท Onboarding
What is Python and why we'll use it
Open the editor, 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 Part 1