programming books

Suspended
Joined
25 Aug 2006
Posts
6,964
Little lad (9) is loving minecraft, so much so that he has bought the book and in it the designer said he started programming at about 9.

Little lad now wants to learn! Any advice on books etc i could get him for Chrimbo?
 
The Art Of Computer Programming would be a good start or The Gang of Four book.

I think these titles would be a far too complex and dry for a 9 year old beginner.

Having perused Amazon for a few moments, there appears to be a number of child-centric programming books available. Of course I wouldn't know which is best. Perhaps start him off with a book for Python or an interpreted language like that?
 
Last edited:
Head First books - python

Head first books are great, massive amounts of info out there for kids programming python.
 
I agree with the suggestion of an interpreted language. Being able to get instant results, especially when you're young, is helpful to keep motivation up, and Python is a good suggestion as there are plenty of resources for children available.

I almost want to suggest Lua, as this is a nice little language used by the ComputerCraft mod, so learning this would also allow your son to put programming to work in the Minecraft world. However, it's not as easy to get hold of the same amount of child-friendly tutorials for Lua, as far as I can tell and the official Programming in Lua book is mainly a demonstration of the language itself, rather than covering programming concepts as well, so isn't really a good introduction to programming on its own.
 
Python has a strong community supporting children. A colleague quit their job and has initiated a start-up that aims to develop software and books to teach programming to kids, python is the language of choice with some more visual stuff for the younger ones.
 
Back
Top Bottom