Pyodide
Fiscal Host: Open Source Collective
Python with the scientific stack, compiled to WebAssembly.

Contribute
Become a financial contributor.
Financial Contributions
Top financial contributors
Individuals
Joseph Rocca
$175 USD since Nov 2021
Albertas
$35 USD since Nov 2021
Christian Staudt
$30 USD since Jan 2022
Neil Stoker
$25 USD since May 2022
5
Test
$5 USD since Nov 2021
ttafsir
$5 USD since May 2022
0x0177b11f
$5 USD since Jun 2022
Flaki
$5 USD since Jun 2022
Organizations
Suborbital Software Systems
$1,400 USD since Dec 2021
Hugging Face
$100 USD since Jul 2022
Mausbrand
$25 USD since Jun 2022
GitHub Sponsors
$10 USD since Apr 2022
Pyodide is all of us
Our contributors 15
Thank you for supporting Pyodide.
Roman Yurchak
Admin
Hood Chatham
Admin
Gyeongjae Choi
Core Contributor
Suborbital So...
sponsor
$1,400 USD
Joseph Rocca
backer
$175 USD
Hugging Face
sponsor
$100 USD
Albertas
backer
$35 USD
Christian Staudt
backer
$30 USD
Neil Stoker
$25 USD
GitHub Sponsors
$10 USD
Test
$5 USD

Budget
Transparent and open finances.
Monthly financial contribution to Pyodide (sponsor)
Credit from Hugging Face to Pyodide •
+$100.00USD
Completed
Contribution
Monthly financial contribution to Pyodide (backer)
Credit from 0x0177b11f to Pyodide •
+$5.00USD
Completed
Contribution
$
Today’s balance$1,558.13 USD
Total raised
$1,558.13 USD
Total disbursed
--.-- USD
Estimated annual budget
$4,814.50 USD

About
Pyodide is a Python distribution for the browser and Node.js based on WebAssembly.
Pyodide makes it possible to install and run Python packages in the browser with micropip. Any pure Python package with a wheel available on PyPi is supported. Many packages with C extensions have also been ported for use with Pyodide. These include many general-purpose packages such as regex, PyYAML, lxml and scientific Python packages including NumPy, pandas, SciPy, Matplotlib, and scikit-learn.
Pyodide comes with a robust Javascript ⟺ Python foreign function interface so that you can freely mix these two languages in your code with minimal friction. This includes full support for error handling (throw an error in one language, catch it in the other), async/await, and much more.
When used inside a browser, Python has full access to the Web APIs.