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.
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.
This runs entirely in your browser using a sandboxed Python runtime. Snippets are saved server-side and can be opened via a shareable URL.