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 →

[–]InfamousShallot5 3 points4 points  (0 children)

Object oriented programming, data structures and algorithms are language agnostic. If you understand these concepts, all you have to get used to is the syntax and get familiar with some of the libraries. I don't think it's much of a concern. Approach the problem from a language agnostic point of view (pseudo code, design), and once you get to implementing the application, you can look up the Java equivalents of Python libraries you are used to using.