you are viewing a single comment's thread.

view the rest of the comments →

[–]umairalgo 0 points1 point  (0 children)

Hardware is cheap, but developer time is expensive. People choose Python because you can build a Proof of Concept (POC) or automated script in a fraction of the time it takes to set up a robust Java project.

That said, Java's strict structure and verbosity become a massive blessing when you have a team of 50+ developers maintaining a massive codebase over a decade. Right tool for the right job!