News

Learn how Mypy's type checking works with functions and generators. In my last two articles I've described some of the ways Mypy, a type checker for Python, can help identify potential problems with ...
Decorators in Python are a prime-time example of a perfectly implemented feature. It does take a while to wrap your head around, but it’s worth it.