Earlier quoted context omitted.
I like poetry but it comes with 2 problems: - it uses only pyproject.toml. Despite the current com on this format, it's not stable, it's an incomplete standard and it's not well supported by the ecosystem. Setup.cfg is a much better alternative in the mean time. In fact, just the auto include features make it better. - there is no nice way to install it. Pip install poetry is the usual one, and it got many gotchas fo…
The point about the beginners is solid, but consider the use case for Poetry: you need it if you want to package and publish a library, which is not an area I would associate with beginners.
https://news.ycombinator.com/item?id=20132303
No poetry necessary, but I point to when I use it anyway.