// the find
vinta/awesome-python
An opinionated list of Python frameworks, libraries, tools, and resources
A well-maintained curated index of Python libraries and tools, organized by category. It's a reference list, not a tutorial — the value is in knowing what exists, not how to use it. Primarily useful when you're starting a new Python project and want to know what the established options are before picking one.
The categorization is genuinely good — splitting Web Frameworks from Web APIs from Web Servers is a distinction many lists blur. The repo is actively maintained (pushed June 2025) and includes newer entrants like Polars, LiteLLM, and vllm alongside the classics. The companion website (awesome-python.com) adds search and filtering, which makes it actually usable rather than just a wall of links. The CI pipeline and contribution tooling (pyproject.toml, uv.lock) suggest the maintainer treats this as a real project, not an occasional markdown edit.
No quality signal beyond inclusion — everything in the list is implicitly endorsed at the same level, so you can't tell if something is battle-tested or a personal project with 47 stars. Some entries are redundant at this point (do you need both requests and httpx listed without guidance on when to prefer which?). The AI/Agents section is ballooning and will be out of date within months given the pace of that space. The README is the primary artifact, which means navigation in GitHub is painful for a list this long — you're basically forced to use the website, which isn't linked prominently enough for first-time visitors.