MicroPython, for the uninitiated, is a pared-down version of python meant to run on today’s powerful microcontollers. As ...
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.14. You feed it your Python app, it does a lot of clever things, and spits out an executable or ...