Write Python. Hit run.

Pythonrunner is a tiny Python playground that lives in your browser. No installs, no logins, no setup. Just a blinking cursor and the full Python you already know.

Open the editor Browse examples
  1. zero

    setup time

  2. 3.12

    python version

  3. free runs

# Print the first 10 Fibonacci numbers a, b = 0, 1 for _ in range(10): print(b) a, b = b, a + b

Everything you need. Nothing you don't.

Pythonrunner is built on a single idea: opening Python should feel like opening a notepad. We removed every step between you and the run button.

  1. Instant runtime

    Python 3.12 boots in your browser via WebAssembly. First run in under a second.

  2. Shareable links

    Every program gets a permalink. Send it to a classmate, paste it in chat, embed it anywhere.

  3. Syntax highlighting

    Colors for keywords, strings, and numbers light up the moment you type — no extension to install.

  4. User & developer mode

    Run someone else's program with one click, or open the editor and tinker.

  5. Built for classrooms

    Teachers can hand out a single link. Students focus on the code, not the install.

  6. Examples to remix

    Start from a working example — command line applications, number games, small algorithms.

Pick an example. Hit run.

Each example is a real, runnable program. Open it, change a number, see what happens. That's the whole pitch.

From blank page to running program in four steps.

  1. step 1

    Open a tab

    No account, no download. The editor is the homepage.

  2. step 2

    Type or paste Python

    Syntax highlighting, line numbers, the basics done right.

  3. step 3

    Hit run

    Output streams into the terminal pane. Errors point to the line.

  4. step 4

    Copy the link

    Send your program to anyone. They run it the same way you did.

One link. Thirty students. Zero setup.

Stop spending the first lesson installing Python. Hand out a pythonrunner link and the class is coding within sixty seconds. On laptops, tablets, phones or any other device with a browser.

In previous years I lost hours to laptops that wouldn't install Python. Now they just open a tab and start writing code on day one.

— a CS teacher at Rotterdam University of Applied Sciences

Open the editor. Start typing.

Run Python now

free · forever · in your browser