Ask HN: Best programming course for an absolute beginner?
A friend of mine, who has a banking background, asked me for a code/programming course recommendation. He isn't technically inclined, but I believe he's in the perfect spot to take up something new. Hence, I like to give a great recommendation, but have a hard time judging what would be a good choice for an absolute beginner.
4 comments
[ 2.8 ms ] story [ 23.0 ms ] threadThat said, for "pure" learning to program, I like the DrRacket IDE and the course book "How to Design Programs" ( http://htdp.org/ ) because it teaches problem solving with programming. And that's what it's about. Should give a newb a sense of whether this is something they want to spend their time doing.
The concept are transferable to other languages; the specific language skills not so much.