blob: fa6ec2722b15c294e55798e13b572a7f564c79a8 (
plain) (
blame)
1
2
3
4
5
6
|
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: http://nuitka.net/
|