
python-compiler · GitHub Topics · GitHub
Apr 30, 2025 · Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.13. You feed it your Python app, it does a lot of clever things, and spits out an …
GitHub - exaloop/codon: A high-performance, zero-overhead, …
Codon is a high-performance Python implementation that compiles to native machine code without any runtime overhead. Typical speedups over vanilla Python are on the order of 10 …
GitHub - lcompilers/lpython: Python compiler
LPython is an ahead-of-time compiler for Python written in C++. It is currently in alpha stage and under heavy development. LPython works on Windows, macOS and Linux. Some of the goals …
GitHub - Nuitka/Nuitka: Nuitka is a Python compiler written in …
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.13. You feed it your Python app, it does a lot of clever things, and spits out an executable or …
GitHub - Pylir/Pylir: An optimizing ahead-of-time Python Compiler
To compile a python program, simply pass the main module of your python program to the compiler: pylir test.py. This will then produce an executable called test ( test.exe on Windows). …
GitHub - python/cpython: The Python programming language
The entire Python directory is cleaned of temporary files that may have resulted from a previous compilation. An instrumented version of the interpreter is built, using suitable compiler flags for …
GitHub - cython/cython: The most widely used Python to C compiler
Cython is a Python compiler that makes writing C extensions for Python as easy as Python itself. Cython is based on Pyrex, but supports more cutting edge functionality and optimizations. …
python-online-compiler · GitHub Topics · GitHub
Mar 26, 2025 · An open-source coding playground featuring an online Python interpreter and HTML editor. Build simple projects, and accelerate your learning journey – perfect for students …
GitHub - yangdanny97/chocopy-python-compiler: Ahead-of-time …
Ahead-of-time compiler for Chocopy, a subset of Python 3.6 with type annotations and static type checking. Chocopy is used in compiler courses at several universities. This project has no …
compiler · GitHub Topics · GitHub
Apr 22, 2025 · Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.13. You feed it your Python app, it does a lot of clever things, and spits out an …