View Single Post
Posts: 456 | Thanked: 1,580 times | Joined on Dec 2009
#22
Another option for getting into programming is via a book.
Personally, I really liked the Head First design patterns and object oriented design books.
The Java book of this series was too simple for my taste but I think it is intended as introductory book anyway.
I don't know other books of this series but I really like their approach on communicating knowledge.

(Yes, I know, the examples I list above are primarily targeting Java but there are also books in this series that cover other languages and despite the focus on a specific language the concepts like design patterns can be applied more universally.)


PS:
With books it is also more likely to find a good translation in other languages than English.
Nonetheless, imho, most information about programming and computer science in general is in english.
Thus, trying to get into the english literature (not only books but also blogs, API docs, etc.) is important as well.

PPS:
By the way, I don't want to sound like a Head First sales guy.
I am sure that there are also many other great books out there.

PPPS:
And like others said, practicing and having fun is also very important.
__________________

Last edited by Wonko; 2015-01-07 at 08:25.
 

The Following 3 Users Say Thank You to Wonko For This Useful Post: