This is CPython, the standard Python implementation, compiled from C to
JavaScript using Emscripten,
running in your browser (without any plugins).
- Most core language stuff should work, except for importing non-static modules (in other words,
import sys
will
work, but other modules won't).
- Please report bugs if you find them!
- Note that this is an unoptimized build (see issue 8),
so it may run slowly. Speed may depend on the browser - Chrome 8 in particular is slow, dunno why (maybe
V8 issue 947?). Firefox 4 beta 7+ is recommended.
- The editor is Skywriter.