Popularity
8.9
Growing
Activity
10.0
Growing
10,744
136
579

Description

This document is the recommended first read if you are interested in using Nuitka, understand its use cases, check what you can expect, license, requirements, credits, etc.

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.

Code Quality Rank: L2
Programming language: Python
License: Apache License 2.0
Latest version: v0.6.8

Nuitka alternatives and similar packages

Based on the "Distribution" category.
Alternatively, view Nuitka alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Nuitka or a related project?

Add another 'Distribution' Package