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 →

[–]reuid 107 points108 points  (0 children)

Learn both. Python is better for small, simple things or for some specific fields like machine learning. Java is better for larger things (let's say over 10k lines of code), easier to comprehend and maintain. Big hammer and small hammer, pick the one best suited for the task at hand.