A more than Python IDE built for teachers and students
Students write and run code in a clean editor. Their code flows straight to the teacher's dashboard, neatly organized by class, student, and file.
Write and run Python without leaving the browser
Join a class with a single code, open a clean editor, and hit run. Output appears instantly in an interactive console you can type into — and every keystroke saves automatically.
- Real Python via Pyodide
- Interactive input in the console
- Autosave on every change
Every student's work, on one live dashboard
Spin up a class, share the join code, and watch submissions flow in. Open any file, run it yourself, and give feedback — all from a dashboard built for the classroom.
- One-click class creation
- Run any student file
- Shareable join codes
def area(w, h): return w * h size = area(5, 4)print(siez)Typo here — siez should be size. Fix the name and re-run.
Class, then student, then file — never lost
Work is filed into a clean tree the moment it's written. You always know who wrote what, in which class, and when it was last updated.
- Structured folder tree
- Last-updated timestamps
- Zero manual sorting
Ready to start coding?
Create a free account and open the editor in seconds. No setup, no installs.