Open Collective
Open Collective
Loading

Pyodide

Python with the scientific stack, compiled to WebAssembly.

Contribute


Become a financial contributor.

Financial Contributions

Recurring contribution
Backer

Become a backer for $5.00 per month and support us

Starts at
$5 USD / month

Latest activity by


+ 6
Recurring contribution
Sponsor

Become a sponsor for $100.00 per month and support us

Starts at
$100 USD / month

Latest activity by


Custom contribution
Donation
Make a custom one-time or recurring contribution.

Latest activity by


+ 14

Top financial contributors

Individuals

1
Joseph Rocca

$1,225 USD since Nov 2021

2
Neil Stoker

$150 USD since May 2022

3
ttafsir

$115 USD since May 2022

4
0x0177b11f

$110 USD since Jun 2022

5
Ye Joo Park

$100 USD since Aug 2022

6
Flaki

$90 USD since Jun 2022

7
Albertas

$45 USD since Nov 2021

8
Christian Staudt

$40 USD since Jan 2022

9
Luis Castro Martín

$35 USD since Oct 2023

10
Jason

$15 USD since Dec 2022

Organizations

1
Suborbital Software Systems

$2,800 USD since Dec 2021

2
GitHub Sponsors

$2,641.89 USD since Apr 2022

3
Hugging Face

$2,200 USD since Jul 2022

4
Mausbrand

$500 USD since Jun 2022

5
Eduwalks

$400 USD since Dec 2022

6
Posit

$300 USD since Jan 2024

Pyodide is all of us

Our contributors 21

Thank you for supporting Pyodide.

Suborbital So...

sponsor

$2,800 USD

GitHub Sponsors

$2,642 USD

Hugging Face

sponsor

$2,200 USD

Joseph Rocca

backer

$1,225 USD

https://github.com/pyodide/pyodide/issues/2198

Mausbrand

$500 USD

Our web-app framework ViUR Flare is using Pyodi...

Eduwalks

backer

$400 USD

Posit

sponsor

$300 USD

Neil Stoker

$150 USD

ttafsir

backer

$115 USD

Budget


Transparent and open finances.

View all transactions
+$100.00USD
Completed
Contribution #729384
+$5.00USD
Completed
Contribution #699431
+$5.00USD
Completed
Contribution #566827
$
Today’s balance

$9,329.82 USD

Total raised

$9,329.82 USD

Total disbursed

--.-- USD

Estimated annual budget

$6,449.52 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.

Our team