:blue_book: Automatic documentation from sources, for MkDocs. - GitHub - mkdocstrings/mkdocstrings: Automatic documentation from sources, for MkDocs. (more…)
Read more »
Since this topic keeps coming up, I’d like to briefly share my thoughts on Python package metadata because it’s – as always – more complex than it seems. (more…)
Read more »
A guide on how to build a distributed pub-sub architecture without a broker... (more…)
Read more »
Python must be doing something beautiful internally to support super long integers and today we find out what's under the hood. The article goes in-depth to explain design, storage, and operations on super long integers as implemented by Python. (more…)
Read more »
I've always had a hard time explaining variance of generic types while working with type annotations in Python. This is an attempt to distill the things I've picked up on type variance while going through PEP-483. A Pinch of Type Theory A generic type is ... (more…)
Read more »