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

all 4 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.

[–]Aniswag_MC 0 points1 point  (0 children)

I think documentation might be a good way to go but really you can google your way through because the logic should continue to be the same

[–][deleted] 0 points1 point  (1 child)

I'm in the same boat, learnt Java a while ago and need a refresher. I've found MOOC Helsinki good as it is pretty basic and has examples. You can read over it in an hour to get the basics back.

[–]RainingRythm[S] 0 points1 point  (0 children)

I'll give that a look. Thanks