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: As a Python programmer, which packages have you used more frequently?

4 pointsby rajeshmralmost 2 years ago
As a python programmer, which packages have you used more frequently and those that have come handy ? which packages have solved your tricky problems ? which are some of the obscure and not-so-known packages that you have used ?

4 comments

mydriasisalmost 2 years ago
I really like more_itertools when I have the chance to use it, it's really nice and comes with lots of handy little things.
评论 #36986610 未加载
评论 #36995512 未加载
david-j-vujicalmost 2 years ago
One of my favorites is the Rich library, making it simple to develop nice-looking CLIs.
评论 #37008746 未加载
david-j-vujicalmost 2 years ago
Favorite from the Python builtins is Pathlib and the caching abilities of functools.
PaulHoulealmost 2 years ago
Any data analysis project starts out with pandas and jupyter.