Python compiler that converts Python code to C and compiles it
Python compiler written in Python
nuitka
nuitka3
$ nuitka --onefile script.py
$ nuitka --follow-imports --onefile --remove-output app.py
$ nuitka --standalone --onefile main.py