Hacker News new | ask | show | jobs
by pjscott 4817 days ago
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.