6 lines
319 B
Text
6 lines
319 B
Text
Nuitka is a Python compiler, a good replacement for the Python interpreter
|
|
and compiles every construct that CPython 2.6, 2.7, 3.2, 3.3 and 3.4 offer.
|
|
It translates Python code into a C++ program that then uses "libpython" to
|
|
execute in the same way as CPython does, in a very compatible way.
|
|
|
|
WWW: https://nuitka.net/
|