|
|
|
Ask HN: I want to start programming - Should I start BASIC?
|
|
12 points
by Spock
5457 days ago
|
|
I have tried hundreds of times to learn how to code and I fail everytime. You name the language and I've probably had a go. My question is, should I dig out my Sinclair Spectrum and start with BASIC and work my way up? Where should I begin? The problem I face is remembering what I read in tutorials/books and/or putting what I've learned into practice! |
|
If you want some solid beginner reference materials, I'd suggest Learning Python the Hard Way (http://learnpythonthehardway.org/). I'm a strong proponent of teaching introductory programming with Python. Others are just a Google query away.
It'll be a long and arduous (and ultimately rewarding) journey. Best of luck!