EmPython Test Page

This is a simple test page for running Python in the browser on the client side, courtesy of emscripten.

The box on the left holds input, the right holds output. You can

  • Hit 'Run!' to evaluate, inspect output, tweak input and re-run.
  • Hit Ctrl+Enter to use it in a more repl-like manner (which will clear the input box and generally make a vague effort to be a bit like the Python shell).
Unfortunately evaluation results are currently not displayed, only values explicitly printed to stdout or stderr.