3liv / pyodide-node

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%