
python-compiler · GitHub Topics · GitHub
6 days ago · 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 …
This uses dedicated optimized Python builds, targets CentOS 7 and supports even newest Pythons and very old OSes that way using recent C compiler chains all turn key solution.
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.
GitHub - python/cpython: The Python programming language
Enabled via configure's --with-lto flag. LTO takes advantage of the ability of recent compiler toolchains to optimize across the otherwise arbitrary .o file boundary when building final …
GitHub - Pylir/Pylir: An optimizing ahead-of-time Python Compiler
pylir is an optimizing ahead-of-time compiler for python. Goal of the project is therefore to compile python code to native executables that run as fast as possible through the use of optimizations.
Online Python Compiler made using JavaScript - GitHub
This app is an online Python Compiler and editor. You can run Python code in your browser directly. This app only works locally without going through the server. It allows you to compile …
compiler · GitHub Topics · GitHub
May 13, 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 …
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 …