Y
Hacker News
new
|
ask
|
show
|
jobs
by
pmoriarty
3146 days ago
Python's packaging is a nightmare of half-baked, incompatible approaches that puts the lie to the famous "Zen of Python" that
"There should be one-- and preferably only one --obvious way to do it."
4 comments
qaq
3146 days ago
and yet Pipenv is miles ahead of what Go has to offer.
link
Karupan
3145 days ago
And yet pip has just worked for me. Can’t say the same about any of the go dep tools.
link
pmoriarty
3145 days ago
Try using pip to install multiple versions of the same library at the same time, or the same library running under different versions of Python.
link
Groxx
3145 days ago
Agreed on the packaging side, but the python community / existing libs (the entire rest of the ecosystem) is miles ahead of Go's at this point.
link
freyir
3146 days ago
Bold choice.
link