Software Details:
Version: 0.9.9
Upload Date: 12 Apr 15
Distribution Type: Freeware
Downloads: 148
Skulpt ports basic Python functions to JavaScript code, allowing developers to run them client-side in the user's browser without a Python compiler on a server or on the client's side.
The library is basically a collection of tools and methods that make an analogy between JS and Python code and tell the browser how to react to inputted Python code.
Everything mimics the way the native Python compiler deals with the code and the results are then converted to JavaScript and ran inside the browser.
Skulpt currently supports the 2.x branch of the Python language.
Requirements:
- JavaScript enabled on client side
Comments not found