A series of articles that teaches you how to make the best use of the core Python features. The Pydon'ts are available as an e-book that you can read for free below.
This article shows you how to overload the arithmetic operators in Python with dunder methods.
The 2 hardest problems in programming are naming, cache invalidation, and off-by-one errors.