Don’t use Python if you’re starting a big project(thenextweb.com)
thenextweb.com
Don’t use Python if you’re starting a big project
https://thenextweb.com/news/dont-use-python-for-big-projects
2 comments
... that "dependency hell" is a big problem in Java too. Like Python there are a few heavily used packages that make most of the trouble, namely Guava and Jackson.
I'd recommend Rust or Go for big projects, here most of these things dont happen. But in the end it all depends on the programmer, you can write bad and ununderstandable code in any language.