The TL;DR ...
Nuitka is a Python compiler.
It's fully compatible with Python 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, and 3.6.
You feed it your Python app, it does a lot of clever things, and spits out an
execut... (more…)
Read more »
Logging is a critical way to understand what's going on inside an application. (more…)
Read more »
This PEP adds support for syntactic macros to Python.
A macro is a compile-time function that transforms
a part of the program to allow functionality that cannot be
expressed cleanly in normal library code. (more…)
Read more »