896 skills found · Page 1 of 30
nim-lang / NimNim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
exaloop / CodonA high-performance, zero-overhead, extensible Python compiler with built-in NumPy support
Nuitka / NuitkaNuitka 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 extension module.
numba / NumbaNumPy aware dynamic Python compiler using LLVM
cython / CythonThe most widely used Python to C compiler
facebookincubator / CinderThis is Meta's fork of the CPython runtime. The name "cinder" here is historical, see https://github.com/facebookincubator/cinderx for the Python extension / JIT compiler.
fable-compiler / FableF# to JavaScript, TypeScript, Python, Rust, Erlang and Dart Compiler
TranscryptOrg / TranscryptPython 3.9 to JavaScript compiler - Lean, fast, open!
numba / LlvmliteA lightweight LLVM python binding for writing JIT compilers
mypyc / MypycCompile type annotated Python to fast C extensions
quantumlib / OpenFermionPython package for compiling and analyzing quantum algorithms to simulate electronic structures.
lcompilers / LpythonPython compiler
IUCompilerCourse / Essentials Of CompilationA book about compiling Racket and Python to x86-64 assembly
zama-ai / ConcreteConcrete: TFHE Compiler that converts python programs into FHE equivalent
SolidCode / SolidPythonA python frontend for solid modelling that compiles to OpenSCAD
EmilStenstrom / JusthtmlA pure Python HTML5 parser that just works. No C extensions to compile. No system dependencies to install. No complex API to learn.
victorlei / SmopSmall Matlab to Python compiler
pytorch / TorchdynamoA Python-level JIT compiler designed to make unmodified PyTorch programs faster.
ShivamSarodia / ShivyCC compiler created in Python.
WithSecureLabs / Python Exe UnpackerA helper script for unpacking and decompiling EXEs compiled from python code.