#Python-compiler
Showing 3 of 3 repositories tagged #python-compiler, ranked by stars
Nuitka
Nuitka
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.14. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
Score
100
★ 15.0k
⑂ 786
+23/day
Python
shedskin
shedskin
Shed Skin is a restricted-Python-to-C++ compiler. Read the introduction below to learn about the restrictions.
Score
0
★ 986
⑂ 115
—
Python
dylan-sutton-chavez
edge-python
Single-pass SSA bytecode compiler and threaded-code stack VM for a sandboxed Python subset: NaN-boxed values, inline caching, super-instruction fusion, pure-function memoization, mark-sweep GC. Coverage-guided fuzzing; around 200 KB WebAssembly module runs in the browser.
Score
0
★ 248
⑂ 12
+2/day
Rust