News

Compile a Python program for redistribution When you want to compile a Python program with Nuitka for redistribution, you can use a command-line switch, --standalone , that handles most of the work.
You can then use the cython command or a setup script to generate a .c file from your .pyx or .py file, and then compile it to a .so or .pyd file that can be imported as a Python module.