Ask HN: What resources do you provide to someone who wants to learn to code?
Personally, I learned from “C for Dummies” (Dan Gookin) some years ago. My first inclination is to recommend this book: It was very fun, a great way to dip my toe in the water, and helped me begin exploring the world of computers from the inside out.
Still, I realize that today there are lot of resources available that I just don't know about or haven't paid much attention to. I code a lot in Ruby and it strikes me that it or Python might be a better place for a beginner to start these days. Perhaps something web oriented (HTML/CSS/JS, on its own, even) would be a good place also. I just don't know.
I'm wondering if anyone has any suggestions or thoughts, especially if they have either learned from scratch in the last few years or have helped another to do so.
Also, I'm planning on starting him off with two of my favorite quotes:
"The programmer, like the poet, works only slightly removed from pure thought-stuff. He builds his castles in the air, from air, creating by exertion of the imagination. Few media of creation are so flexible, so easy to polish and rework, so readily capable of realizing grand conceptual structures....
"Yet the program construct, unlike the poet's words, is real in the sense that it moves and works, producing visible outputs separate from the construct itself. [...] The magic of myth and legend has come true in our time. One types the correct incantation on a keyboard, and a display screen comes to life, showing things that never were nor could be." - Fred Brooks
"If you want to set off and go develop some grand new thing, you don't need millions of dollars of capitalization. You need enough pizza and Diet Coke to stick in your refrigerator, a cheap PC to work on and the dedication to go through with it." - John Carmack
1 comment
[ 142 ms ] story [ 214 ms ] threadOverall I would say definitely go for Ruby or Python or Javascript as opposed to C for your friend's first language. The less syntactic pain and more friendly the language is the more the beginner can focus on the concepts.