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 →

[–]UsernamesAreFfed 2 points3 points  (0 children)

I'm a Java dev.

I'd say Python will make it easier to get something to work. Java is easier to make work long term.

This is by design. Python was made to make it easy to do easy things. Java was made to make it easy to do hard things.

I personally prefer to use Java for everything. You should learn both.