Java (or possibly other languages) learning path

Posted by bgo on Stack Overflow See other posts from Stack Overflow or by bgo
Published on 2010-06-10T00:47:44Z Indexed on 2010/06/10 0:52 UTC
Read the original article Hit count: 310

Filed under:
|
|
|

I am familiar (as a self-learner) with C, python and php such that i can solve some problems involving simple steps (for example, i easily do calculations for physics lab reports with python which normally would take 4x-5x times longer with a calculator).

The point here is, as doing such things, i learnt the idea / concepts of programming language and problem solving along with oop or fuctional programming etc.

Recently i have started Java and, with the familiarity of other languages, i am doing well for starters but i need guidence.

-I am thinking of learning syntax from sun java tutorials and then practicing with codingbat.com or similar sites. I need a reference book that i can study deeper aspects of the topics i am learning. What do you suggest about these?

-The problem is (and always have been) the lack of practice. I need coding and problem-solving practices sources. I stuck at the point where i can't figure out what to do next. Can you suggest any source (possibly like codingbat)?

If i could plan a learning trail, i can progress faster and efficiently. So i need ideas, comments, suggestions. Thanks in advance.

© Stack Overflow or respective owner

Related posts about java

Related posts about c++