The Python standard library now works under Native Client in the web browser, including the Sqlite extension module. By that I mean that it is possible to import modules from the standard library, but a lot of system calls won't be available. Sqlite works for in-memory use. Here's a screenshot of the browser-based Python REPL: The changes needed to make this work were quite minor: Implementing sta