Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-python-implementations
Awesome Python Implementations
https://github.com/sfermigier/awesome-python-implementations
Last synced: 1 day ago
JSON representation
-
Mainstream implementations
- CPython - The reference implementation of Python, written in C.
- RustPython - Python interpreter written in Rust.
- IronPython - Python in C# for the Common Language Runtime (CLR/.NET).
- GraalPython - Python in Java, using the Graal just-in-time compiler and the Truffle interpreter implementation framework
- Jython - Python in Java for the Java platform.
- PyPy - Python in Python, includes a tracing JIT compiler.
-
Lightweight implementations
-
- Micropython - MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
- CircuitPython - CircuitPython - a Python implementation for teaching coding with microcontrollers - Fork of MicroPython by Adafruit.
-
Dead projects
- Pymite - Python-on-a-Chip (p14p) is a project to develop a reduced Python virtual machine (codenamed PyMite) that runs a significant subset of the Python 2.6 language on microcontrollers without an OS.
-
-
Python to JavaScript transpilers
-
Active projects
- Brython - a way to run Python in the browser through translation to JS
- PScript - Python to JavaScript compiler
- Transcrypt - Python 3.6 to JS precompiler with lean and fast generated code, sourcemaps, built-in minification, optional static type-checking, JSX support
-
Categories
Sub Categories