Blog
Posts for
#python
Strong opinions on typing.Protocol
Protocols in Python give us the ability to formally separate the shape of an object from the implementation of that shape.
#static-types
#python
#api-design
November 2024
Making pytest Fixture Factories
It's possible to make pytest fixture factories that are flexible, capable and easier to keep track of.
#pytest
#python
Februrary 2023