the more I get into the datascience world, the more I have the feeling people working with python will greatly benefit from some building tool like gradle which makes the code easier to maintain, manage dependencies, make it reproducible, use DSL with a statistically typed language (Kotlin), etc etc.
It's not uncommon to me to find python projects often broken or very hard to setup for people outside the collaborators..
Looking in this sense, I found
PyGradle, which unfortunately isn't maintained anymore. For something maintained, I found this other
plugin instead.
Also, it looks like the state-of-the-art tool is
Poetry
What do you think? What's your experience/mileage?