Skulpt!

git clone https://github.com/skulpt/skulpt.git
Or download it like this: skulpt-latest.tar.gz http://skulpt.org/static/dist/skulpt-latest.tar.gz
or like this: skulpt-latest.zip http://skulpt.org/static/dist/skulpt-latest.zip
* Suspensions! This may not mean a lot to you, but trust me its going to be big. Suspensions provide the foundation for the asynchronous execution we need to build an interactive debugger, a smoother turtle module, enhanced urllib and other cool features. For developers you should check out the time module and the suspensions.txt file under doc/.

Skulpt alternatives

  • Transcrypt

  • Transcrypt is a tool to precompile a fairly extensive subset of Python into compact, readable Javascript.

    tags: javascript node.js python python-to-javascript transpiler
  • RapydScript

  • RapydScript is a pre-compiler for JavaScript, similar to CoffeeScript, but with cleaner, more readable syntax. The syntax is very similar to Python, but allows JavaScript as well. It's not another Python-in-a-browser clone, it's actually JavaScript with more Pythonic syntax.

    tags: compilers developer-tools development interpreter javascript-development
  • Brython

  • Brython's goal is to replace Javascript with Python, as the scripting language for web browsers.

    tags: javascript-library python-to-javascript
  • Pyjs

  • pyjs is a Rich Internet Application (RIA) Development Platform for both Web and Desktop. With pyjs you can write your JavaScript-powered web applications entirely in Python.

    tags: compilers python python-to-javascript ria transcompiler