Comment on PythonMonk – Learn Python in the browserparentComments−pjscott13yMy very favorite Python sandboxing method is the one used by repl.it:http://repl.it/languages/PythonThey compiled CPython with Emscripten, and it gets run on your browser.
Comments
My very favorite Python sandboxing method is the one used by repl.it:
http://repl.it/languages/Python
They compiled CPython with Emscripten, and it gets run on your browser.