Home

Awesome

PythonMonkey Examples

What is PythonMonkey

PythonMonkey is a Python library for executing JavaScript in Python and executing Python in JavaScript. It uses Mozilla's SpiderMonkey JavaScript Engine and shares memory with Python for fast execution.

Check out PythonMonkey on GitHub!

Installation

pip install pythonmonkey

Running Examples

Examples:

Fullstack Example using CryptoJS

For a more in depth example using the CryptoJS NPM package, refer to https://github.com/Distributive-Network/PythonMonkey-Crypto-JS-Fullstack-Example.