nuitka icon
nuitka icon

nuitka

 3 likes

Nuitka is a Python compiler.

It's fully compatible with Python 2.6, 2.7, 3.2, 3.3, 3.4 and 3.5.

You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
5 / 5 Avg rating (1)
3 likes
1comment
0 news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

nuitka News & Activities

Highlights All activities

Recent activities

No activities found.
Show all activities

nuitka information

  • Developed by

    Kay Hayen
  • Licensing

    Open Source and Free product.
  • Alternatives

    5 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Popular alternatives

View all

Our users have written 1 comments and reviews about nuitka, and it has gotten 3 likes

nuitka was added to AlternativeTo by ozmartian on Sep 28, 2016 and this page was last updated Sep 28, 2016.

Comments and Reviews

   
 Post comment/review
StormChild
  
Top positive commentMay 20, 2022

Free and open source, versatile, even the community version has potential.

0

What is nuitka?

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.