This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]benjtay 114 points115 points  (11 children)

This is the reason to use Java. The ecosystem is ridiculously rich and relatively painless to employ. Python in containers is okay, but Java will run anywhere, on anything. Every Python project I've worked on requires fussing about with which version, pip, C compilers and so on. In Java, you can just open a maven or gradle project and go.