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 »
Soon after joining Microsoft, Guido van Rossum has returned to his roots, hoping to find ways of making Python run faster. (more…)
Read more »
A retro game engine for Python. Contribute to kitao/pyxel development by creating an account on GitHub. (more…)
Read more »
If you aren’t wowed by Python’s super() builtin, chances are you don’t really know what it is capable of doing or how to use it effectively. Much has been written about super() and much of that wri…...
Read more »
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems - GitHub - micropython/micropython: MicroPython - a lean and efficient Python implementation fo... (more…)
Read more »