ImplementationsOfPython
ThoughtStorms Wiki
Context: PythonLanguage
Python has several implementations
- CPython the main one, written in C
- PyPy an alternative written in Python (or the RPython subset of it)
- Cython a superset of Python with type annotations that compiles to C
- PyScript / Pyodide that compiles for the browser
- MicroPython for embedded devices.
- BankPython
- MojoLanguage
Some comparisons and discussion of them :
Python-likes
Backlinks (1 items)