Hacker News new | ask | show | jobs
by dguaraglia 2375 days ago
They are pretty different tools. Poetry is a dependency manager and packaging tool, Anaconda is a pre-configured environment for scientific Python.
3 comments

I guess the comparison would be to Conda which also allows for declaring dependencies and building environments.
They are referring to conda, which is a generic package manager, dependency resolution and build tool.
They might be referring to conda, the package manager used with Anaconda.