Ask HN: Resources to teach programming to my 10yr old brother
Over the past year I've seen a handful of what looked to be really great resources for teaching younger kids how to program, but I never took the time to save any of them away. But now, I recently asked my little brother if he would want to learn, and he seemed genuinely interested. Would HN help me out in aggregating resources I can use to teach him?
7 comments
[ 3.6 ms ] story [ 18.8 ms ] threadhttp://www.in-the-attic.co.uk/2012/10/04/teaching-my-5-year-...
The Scratch programming environment for kids: http://scratch.mit.edu/
http://hackaday.com/2012/10/31/olpc-tablet-distribution-prov...
If you're in the UK: http://www.codeclub.org.uk/
www.alice.org
Touchdevelop in the browser is a more recent option:
https://www.touchdevelop.com/app/
http://www.khanacademy.org/cs
http://learningcorona.com/
http://www.coronalabs.com/products/corona-sdk/
Lua is a simple language and might be good for picking up basic concepts. Corona has an unlimited free trial, and you can build simple games with very little code. The result will run in the Corona simulator (which will look like an Android or iPhone).
Helped me learn python.