When I first learned about Python decorators, using them felt like doing voodoo magic. Decorators can give you the ability to add new functionalities to any callable without actually touching or changing the code inside it. This can typically yield better... (more…)
Read more »
There is already a fair number of book about numpy (see Bibliography) and a
legitimate question is to wonder if another book is really necessary. As you
may have guessed by reading these lines, my personal answer is yes, mostly
because I think there's roo...
Read more »
A fast static code analyzer & language server for Python - GitHub - mtshiba/pylyzer: A fast static code analyzer & language server for Python... (more…)
Read more »
A look into how Python is used to bring your favorite movies to the big screen. (more…)
Read more »
Guido rejecting your awesome syntactic proposals? He's not in charge anymore.
(This point has not aged well, has it?)... (more…)
Read more »