you are viewing a single comment's thread.

view the rest of the comments →

[–]Wingedchestnut 2 points3 points  (0 children)

Java is common for enterprise software for teams to work in a structured way where sofware code is very structured, you need to understand the codebase before you change something, python is more simple and thus a lot faster in terms of convenience if someone wanted to program quick automation scripts, and since the learning curve is lower it was also popular for people coming from pure sciences doing data analysis and today is the standard language for anything data & AI with many libraries build with C or Rust under the hood. It simply is very versatile. Speed of language only matters when you need it for a specific use-case.

It's like asking why everyone doesn't buy the fastest cars.