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: Does Python package management suck or is it just me?

3 pointsby syskover 10 years ago
I have been learning Python for the past few days and absolutely love the language but I just can&#x27;t wrap my head around package management. Here&#x27;s a few keywords I&#x27;ve stumbled upon trying to learn how package management is done: easy_install virtualenv pip setuptools distutils pypi wheel egg site-packages<p>Compare this with Node&#x27;s npm and package.json. I&#x27;m almost considering giving up Python at this point just due to the apparent complexity of package management.<p>Is it just me? Is it not such a big deal in practice? Anyone else coming from Node.js land got confused by Python&#x27;s package system?

1 comment

servilioover 10 years ago
Have you read the packaging tool recommendations[1]? And the packaging glossary[2]?<p>For the little of npm I&#x27;ve seen its equivalent is pip, and package.json maybe pip&#x27;s requirements files.<p>[1] <a href="https://packaging.python.org/en/latest/current.html" rel="nofollow">https:&#x2F;&#x2F;packaging.python.org&#x2F;en&#x2F;latest&#x2F;current.html</a> [2] <a href="https://packaging.python.org/en/latest/glossary.html" rel="nofollow">https:&#x2F;&#x2F;packaging.python.org&#x2F;en&#x2F;latest&#x2F;glossary.html</a>
评论 #8535202 未加载