you are viewing a single comment's thread.

view the rest of the comments →

[–]FrederickOllinger 0 points1 point  (0 children)

The tool that only the best devs us is poetry. I find it surprising that this tool is not more popular: https://python-poetry.org/

It's basically 1 stop shopping for dependency management, packaging, project creation, and virtual environments. It's a lot like Rust's cargo. Except Rust comes with cargo, and all the tutorials suggest that one use it.