I'm working on a Python project right now and time and time again I keep discovering that there are far easier ways to do things than what I've done.<p>Where can I find some good blogs or similar that write about Python and Pythonic ways to do things?<p>Presently discovering so many ways I could use pytest more efficiently than I already was doing.<p>Would love to discover what else I'm missing out on, had I known about:<p>pandera
pydantic (omg, BaseSettings!)
requests_mock
pytest_cases
__post_init__ (dataclasses)
kw_only (dataclasses)
(potentially) hamilton
vulture
isort (although I really wish I'd remove unused imports)<p>earlier I believe I could've saved a lot of time, and some bugs.<p>Things that already were on my radar,<p>Poetry (this was maybe a mistake to use tbh)
mypy + plugins
black
flake8
hypothesis<p>Presently I'm looking for a clean way to use GraphQL around InfluxDB.
PyCoder's Weekly[<a href="https://pycoders.com/" rel="nofollow">https://pycoders.com/</a>] is a good newsletter for learning more about Python.