Select your language

Home arrow-right ... arrow-right Development Tools arrow-right nuitka

We've compiled a list of 4 free and paid alternatives to nuitka. The primary competitors include PyInstaller, cx_Freeze. In addition to these, users also draw comparisons between nuitka and py2exe, bbfreeze. Also you can look at other similar options here: Development Tools.


PyInstaller
Free Open Source

PyInstaller is a program that freezes (packages) Python programs into stand-alone executables...

cx_Freeze
Free Open Source

cx_Freeze is a set of scripts and modules for freezing Python scripts into executables in much the...

py2exe
Free Open Source

A distutils extension to create standalone Windows programs from Python scripts.

bbfreeze
Free Open Source

create stand-alone executables from python scripts

Nuitka is a Python compiler.

nuitka Platforms

tick-square Linux
tick-square Mac
tick-square Windows

nuitka Overview

From the creator of the Python compiler.

Nuitka is the Python compiler. It is a seamless replacement or extension to the Python interpreter and compiles every construct that CPython 2.6, 2.7, 3.2, 3.3, 3.4, and 3.5 have. It then executed uncompiled code, and compiled code together in an extremely compatible manner.

You can use all Python library modules or and all extension modules freely. It translates the Python into a C level program that then uses "libpython" to execute in the same way as CPython does. All optimization is aimed at avoiding overhead, where it's unnecessary. None is aimed at removing compatibility, although there is an "improved" mode, where not every bug of standard Python is emulated, e.g. more complete error messages are given.

Share your opinion about the software, leave a review and help make it even better!

nuitka Categories

Development Tools

nuitka Tags

python-to-exe python programming

Suggest Changes

Your Feedback

Select a rating
Please select a rating

Your vote has been counted.

Do you have experience using this software?