TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are some of the better Python blogs?

7 pointsby leksakabout 2 years ago
I&#x27;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&#x27;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&#x27;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&#x27;d remove unused imports)<p>earlier I believe I could&#x27;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&#x27;m looking for a clean way to use GraphQL around InfluxDB.

3 comments

zainhodaabout 2 years ago
These days I just ask ChatGPT: “What is the best way to do X in Python?”
评论 #35405912 未加载
aynycabout 2 years ago
I usually find pycon videos to be more helpful on various topics.
livewareabout 2 years ago
PyCoder&#x27;s Weekly[<a href="https:&#x2F;&#x2F;pycoders.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pycoders.com&#x2F;</a>] is a good newsletter for learning more about Python.