python-easter-eggs - Curated list of all the easter eggs and hidden jokes in Python... (more…)
Read more »
DEAL WITH IT is a meme where glasses fly in from off the screen, and on to a user’s face. The best instances of this meme do so in a unique way. (more…)
Read more »
The ‘with’ statement and Context Managers in Python, two ways to implement the context management protocol... (more…)
Read more »
What if mypy could warn you about possible problems at "compile time"? In this article I share a little trick to get mypy to fail when a value in an enumeration type is left unhandled. (more…)
Read more »