#python
Read more stories on Hashnode
Articles with this tag
So, earlier I mucked about with pydantic, and then some plain dataclasses for the sake of making a settings object. Why should you? Well.. it's darn...
and, well. It went on from there. I'm going to post some code now. from collections.abc import Generator from contextlib import contextmanager,...
have I missed this? New in version Python 3.4.. Today I needed to retrieve a long-winded chat history from our corporate Teams .. thingie. Naturally,...
The helix editor is in its early days. It's quite insanely cool as it stands, and even cooler if you choose which branch to run yourself. Warning!...
YAML - I remember using YAML extensively back in the day. It somehow fell out of favour, there was a new kid on the block - JSON. This story is not...
using drf and wkhtmltopdf · Again, more of a note to self than a real tutorial. I'll try not to make it obtuse. Your pod/container must have a...