mirror of
https://github.com/vinta/awesome-python.git
synced 2026-04-11 02:11:42 +08:00
feat: add pyodide to Python Implementations
Adds pyodide, a Python distribution for the browser and Node.js based on WebAssembly, in alphabetical order within the Python Implementations section. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
c96e58be7f
commit
50600b9456
@ -946,6 +946,7 @@ _Implementations of Python._
|
||||
- [cython](https://github.com/cython/cython) - Optimizing Static Compiler for Python.
|
||||
- [ironpython](https://github.com/IronLanguages/ironpython3) - Implementation of the Python programming language written in C#.
|
||||
- [micropython](https://github.com/micropython/micropython) - A lean and efficient Python programming language implementation.
|
||||
- [pyodide](https://github.com/pyodide/pyodide) - Python distribution for the browser and Node.js based on WebAssembly.
|
||||
- [pypy](https://github.com/pypy/pypy) - A very fast and compliant implementation of the Python language.
|
||||
|
||||
## Built-in Classes Enhancement
|
||||
|
||||
Loading…
Reference in New Issue
Block a user