Python
Notes on the Python programming language — testing, async, type hints, and practical patterns.
Implementing proxy pattern in Python
June 16, 2020 · article
Effortless API response caching with Python & Redis
May 25, 2020 · article
Untangling Python decorators
May 13, 2020 · article
Effortless concurrency with Python's concurrent.futures
April 21, 2020 · article
No really, Python's pathlib is great
April 13, 2020 · article
Running Python linters with pre-commit hooks
April 6, 2020 · article
Generic functions with Python's singledispatch
April 5, 2020 · article
The curious case of Python's context manager
March 26, 2020 · article
Reduce boilerplate code with Python's dataclasses
March 12, 2020 · article