Hacker News new | ask | show | jobs
by mariokostelac 2215 days ago
That's very true. Starting fresh definitely helps.

I would not say JS solved it, but yarn (and even npm these days) seem to be superior to all python dependency management tools before pipenv. None of them had a proper lockfile, for example.

1 comments

Agreed. I think pipenv had a really good start but sputtered. Poetry does look hopeful to solve the dependency resolution.