Nuitka

from Wikipedia, the free encyclopedia
Nuitka

Nuitka Logo.png
Basic data

Maintainer Kay Hayen
Current  version 0.6.8
(May 10, 2020)
operating system Windows , Linux , macOS
programming language python
category Compiler
License Apache License
nuitka.net

Nuitka is a compiler that translates Python programs into the C programming language. Nuitka itself is written in Python. The primary goal is to make Python programs usable on computers on which Python is not installed. Currently (2020) Nuitka fully supports several Python versions (2.6 and 2.7, 3.3 to 3.8) and is about three times as fast as the reference implementation CPython .

Future versions of Nuitka will try to speed up the programs noticeably using type inference . Compared to Nuitka, PyPy achieves an even better acceleration of Python, although only a reduced amount of CPython is supported.

swell