Contribute Media
A thank you to everyone who makes this possible: Read More

Build and Distribute Data Science Apps with Pyodide

Description

Pyodide is a project that compiles the CPython Python interpreter and much of the Python scientific stack (including NumPy, Pandas, and parts of SciPy) to WebAssembly. Pyodide runs in all modern web browsers at near native speeds and provides a means to allow users to run Python code without having to install anything. This Talk will go over a case study of porting a design optimization tool that I use in my university class to Pyodide. I’ll cover some of the implementation details and how the JavaScript user interface code interfaces with the data science code written in Python.

Details

Improve this page