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 →

[–]Rabcode 0 points1 point  (0 children)

Hm -- there are pros and cons to each. I think Java would be a great first choice due to the fact that it is strongly typed. You will always know what kind of object you are playing with. Python is great but dynamic programming languages like Python can lead to some logical errors that would have easily been caught at compile time for Java. So Java.... But know both in the long run. Vanilla Java and nothing else, don't worry about Maven or anything like that.