Python 3 and Generic Classes for IDE type-hinting
Using Python 3 Generic types in a base class we can then provide concrete types in a subclass to get accurate type hints from an IDE like PyCharm.
Ramblings of a Coder
Using Python 3 Generic types in a base class we can then provide concrete types in a subclass to get accurate type hints from an IDE like PyCharm.
An example of how to set up per-request transactions
In this post, I’m going to show you how you can take any two existing fonts (for example Fira Code and Script12 BT) and mash them together to create your own Operator Mono-like font.