mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-26 21:49:49 +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:
@@ -946,6 +946,7 @@ _Implementations of Python._
|
|||||||
- [cython](https://github.com/cython/cython) - Optimizing Static Compiler for 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#.
|
- [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.
|
- [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.
|
- [pypy](https://github.com/pypy/pypy) - A very fast and compliant implementation of the Python language.
|
||||||
|
|
||||||
## Built-in Classes Enhancement
|
## Built-in Classes Enhancement
|
||||||
|
|||||||
Reference in New Issue
Block a user