JSPython
JSPython is a python-like syntax interpreter implemented with javascript that runs entirely in the web browser and/or in the NodeJS environment.
It does not transpile/compile your code into JavaScript, instead, it provides an interactive interpreter that reads Python-like code and carries out its instructions. With JSPython you should be able to safely interact with any JavaScript libraries or API’s with the popular Python-like syntax.
- How to run jspython in your web app/page or NodeJS application
- JSython developer guilde JSPython developer's guide
- JSPython CLI JSPython Command line interface
#
Resources#
LicenseA permissive BSD 3-Clause License (c) FalconSoft Ltd.