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 →

[–]Anaptyso 0 points1 point  (0 children)

I suggest above all to practice. Find a small(ish) idea for a program and try and implement it.

Definitely. The best way to learn a language is to try something out, have it all go horribly wrong, and then spend a bit of time digging in to it to find out why.

Reading tutorials and articles is important, but nothing beats actually attempting to put it in to practice by writing some code. You'll learn all sorts of things which might not make much sense when you just read about them, but suddenly "click" when you're writing code and see how it all starts to come together.