Live data from Hacker News

Ask HN: Are there any children's websites that teach coding or coding concepts?

news.ycombinator.com

31–40 of 44 posts

Re: Ask HN: Are there any children's websites that teach coding or coding concepts?

#31

This is not a website, but my kids LOVED The Art of Computer Programming (1st edition, when they still had the Maurice Sendak illustrations). The pictures in the volume on Sorting and Searching, though, are not recommended for kids under the age of 9.

The 1st edition of this?? http://amzn.to/179DGr8

Re: Ask HN: Are there any children's websites that teach coding or coding concepts?

#34
post #15

http://www.crunchzilla.com/code-monster Also, +1 recommendation for Scratch.

Thanks, this looks like a winner. My son and I are using Scratch and Khan Academy. We'll add this as well (I'm not a programmer).

Re: Ask HN: Are there any children's websites that teach coding or coding concepts?

#37
post #28
post #3

I always thought the game "lightbot" might be good as part of a intro course. http://armorgames.com/play/2205/light-bot

Cargo-Bot ( http://twolivesleft.com/CargoBot/ ) on the iPad is also very similar in teaching programming.

The later Cargo-Bot levels esp. those with recursion are difficult for even the most proficient programmers.

Re: Ask HN: Are there any children's websites that teach coding or coding concepts?

#38
post #35

If you have kids who are into Minecraft then check out https://blogs.oracle.com/arungupta/entry/introducing_kids_to...

Or you can install the ComputerCraft mod, which lets you build and program computers (and turtle robots!) within the game using Lua.

http://computercraft.info/wiki/Main_Page

Re: Ask HN: Are there any children's websites that teach coding or coding concepts?

#40
post #3

I always thought the game "lightbot" might be good as part of a intro course. http://armorgames.com/play/2205/light-bot

I always use the first lightbot as an introduction to functions. The best part is when one student figures out the concept I encourage the class to 'cheat' from each other. I have them show each other the concept of functions. Its great fun to explain to the class that not only are they learning core computer science concepts but also that it is OK to build on others ideas and work together. Concepts that the schools to their best to knock out of our children for the sake of independent evaluation.
Post reply on HN