What is the best general introduction to computers for kids?

« Back to Previous Page
0
Posted by stgilbert (Questions: 1, Answers: 0)
Asked on February 1, 2012 11:08 am
10484 Views

I'm a professional computer technician, and my 10 year old son is interested in apprenticing with me. He's learned a lot watching over my shoulder, asking questions and getting some hands-on experience with discarded computers. However, I'd like to have a good basic primer he can read to get the big picture as to how computer hardware and software work. Looking for recommendations for books or websites.

0
Posted by christopher (Questions: 0, Answers: 65)
Answered On February 3, 2012 11:16 am

He should just talk to me for a half-hour. He'll take up a plumbing or electricial trade, and never be outsourced.

-C

0
Posted by sean (Questions: 0, Answers: 2)
Answered On February 8, 2012 10:53 am

With regard to hardware I'd have defer to others but when you get to the point where he's ready to try some programming (at 10 he is definitely old enough to give this a whirl) it is hard to beat python as a starting language.

Good resources include:
http://www.learnpython.org/](http://www.learnpython.org/
http://diveintopython3.ep.io/
http://www.swaroopch.com/notes/Python

Slightly more advanced or faster-paced:
http://code.google.com/edu/languages/google-python-class/
http://learnpythonthehardway.org/

The trend over recent years is to start instruction in programming in a "higher-level" language like Python and then (if needed) learn a more complex "lower-level" languages like C-family/Java/PHP/etc.

« Back to Previous Page