nuitka

Package — PackagingPython 3.7+Intermediate

Python compiler: compile to standalone executables

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
ordered-set, zstandard (C compiler required)
Install
pip install nuitka

Learn by Difficulty

Quick Example

python
# Install: pip install nuitka
import nuitka

# Basic nuitka usage
print(f"Using nuitka")
# See documentation for detailed examples

nuitka is a third-party package. Python compiler: compile to standalone executables. Install with: pip install nuitka

Try in Playground

Tags

packagepackagingdistributionbuild