Python Playground

This playground runs various versions of Python for you.

main.py

This is your Python code, go crazy!
The only limitation is that you currently can not ask for interactive user input.

Packages

Some packages are pre-installed:

  • requests
  • pyyaml
There are also some http backends, see the net-tools playground docs.

Timeouts

Each playground execution has 5 seconds to execute.
Should it not finish within that time it will be forcefully stopped and whatever information could be gathered will be returned.