View Single Post
  #22  
Old 10-10-2007, 09:13 PM
Duke Duke is offline
Senior Member
 
Join Date: Sep 2002
Location: SW US
Posts: 5,853
Default Re: Learning java with no programming language experience, where to st

My comments on things people have said here:
<ul type="square"> [*]Code Complete: Decent if part of your goal is to work well within a large development project. For you, I think the book sucks. There are far better books for "thinking like a programmer." "The Pragmatic Programmer" is an example of such a book.
[*]Scheme: Sucks. If you want to expand your mind, learn Python. Then find some books about functional programming, and use the aspects of that available within python and explore that area.
[*]Java Learning: Use the internet, and don't even buy a book. Start by following basic tutorials, and then find sample code that does certain things. Figure out how it's doing what it is apparently doing. The easiest way to learn something is to see code that does something similar. Eventually you'll figure it out. [/list]
Reply With Quote