|
|
|
|
|
by aaronblohowiak
593 days ago
|
|
TMTOWTDI is antithetical to python as a language it’s so odd to me that its packaging and env management is the opposite. Do you have a suggested solution? Im solo dev for now but will be adding more folks in foreseeable future. Stuck with python for some things (notebooks, model development.) |
|
My usual advice is to just bite the bullet and invest the time it takes to understand how Python package management and resolution really works under the hood, and how all the various devops approaches that are built on top of it work with it, so that you can make informed decisions and truly own your own stack.