Turtle that actually draws
Python's turtle module, drawn as crisp SVG in a real window. Loops, colours, stamps and fills all behave the way the textbook says.
Free and open source
Turtle drawing, a beginner game library, coloured output and working
input(). CPython compiled to WebAssembly, so every
line runs on your own device, in the tab. No account needed to start.
Works on school Chromebooks, iPads and anything with a browser.
Python's turtle module, drawn as crisp SVG in a real window. Loops, colours, stamps and fills all behave the way the textbook says.
Sprites, boxes, labels, collisions, sound, save games and full-screen play. Enough to build something a kid actually wants to show a friend.
No Python install, no pip, no admin password, no "it works on mine". Open a tab and the interpreter is already there.
Publish a program to the community gallery, collect upvotes and comments, and put your game on its own leaderboard.
The asset studio lets you build SVG sprites in the browser and drop them straight into a game with game.sprite(id, asset=True).
Code never leaves the tab to execute. Nothing is sent to a server to be run, which is why it stays fast and works offline once loaded.
Hand out a class code and a short PIN. No thirty separate accounts to set up. Students appear publicly under an anonymous handle, never their real name.
The editor opens with an example already in it. Press Run.
Open the Playground