With PEP 484 Python allows you to annotate variables and functions with
their types: (more…)
Read more »
I’ve been thinking about writing this article for a bit, but have been most prompted by a post grandly titled “Async Python is not faster”. The post was rooted with some good motivations and observations, but also fell somewhat into a polarising mode of ... (more…)
Read more »
How to switch SaltStack from Python 2 to Python 3 (Ubuntu, Debian, Centos, Amazon Linux, Windows)... (more…)
Read more »
► Write Clean & Beautiful Python: https://dbader.org/pytricks-book It's easy to get tripped up by Python's "is" and "==" operators for object comparison. In ...
Read more »