Teach yourself Python, right in your browser.

One focused, modern Python playground. Write, run, save, share and fork snippets for web design, game design, automation, data work and more - all in your browser, with your favourite dark theme.

Beginner friendly In-browser IDE Save & share snippets
hello_python.py
name = "World"
print(f"Hello, {name} 👋")

for i in range(3):
    print("Python is fun!", i + 1)

Your Python playground

Write, run, save, share and fork Python snippets — all from one dark, focused screen.

Coming soon Live courses, web/game projects, and deeper Python paths are on the way. Drop your email to get first access.
Unsaved
Loading Python runtime…

              

This runs entirely in your browser using a sandboxed Python runtime. Snippets are saved server-side and can be opened via a shareable URL.