This is CPython, the standard Python implementation, compiled from C to JavaScript using Emscripten, running in your browser (without any plugins).


Enter some Python:
print "Hello world! Here are some numbers:", [2*x for x in range(5)][:4] print "Here is a random language feature:", dir(None)