/pyodide-node

The Python scientific stack, compiled to WebAssembly in Node.js

Primary LanguageJavaScript

Pyodide

Build Status Build Status

The Python scientific stack, compiled to WebAssembly.

It provides transparent conversion of objects between Javascript and Python. When inside a browser, this means Python has full access to the Web APIs. This is a temporary Node.js version.

Checkout the Original Project

Building

Requirements

  • Node v8.x +

  • git clone https://github.com/gabrielfreire/pyodide-node.git

  • cd pyodide-node

  • npm install

Testing

npm test