|
|
|
Ask HN: What is the best (online or offline) resource to learn to code?
|
|
7 points
by roryliam
5022 days ago
|
|
Hi Hacker News, thank you for reading. I've been in to techie/hacker related things for a while but I have never had the opportunity to learn to code beyond some fairly rudimentary stuff (html, css and Visual Basic) I learnt in my early teens. I use a lot of opensource software and feel quite guilty that I use it without being able to contribute to it (even in a minor way). In an ideal world I would be access to coding courses as easily as accessing courses in second natural languages but the world is less than ideal. So, back to my question. Where would you guys recommend I start? |
|
As to learning to code, there are actually a lot of good resources. http://learnpythonthehardway.org/ Is a good book which will show you the basics and get you started with a lot of practice. The Khan Academy also has some introductory videos: http://www.khanacademy.org/cs/tutorials/programming-basics. In addition, you can find tutorials for just about any language and they'll also show you some of the basics.
Oh, and Visual Basic, while arguably being shitty, is a real programmng language, so if you understand it, you already know how to program. You just need to learn a more useful language.