Live data from Hacker News

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

news.ycombinator.com

21–30 of 44 posts

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

#21
Since nobody's mentioned it yet, StarLogo TNG - http://education.mit.edu/projects/starlogo-tng

StarLogo TNG is similar to Scratch, perhaps a little bit less intuitive, but it's 3-D and lets you do some pretty cool stuff. I'm a bit biased, because I worked on StarLogo TNG, but not biased enough that I won't admit that Khan Academy has by far the best programming tool for kids I've seen so far. I can't say enough good things about it.

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

#22
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.

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

#23
She should really look into http://codehs.com

I've gone through most of the lessons and while they do a really good job of breaking coding concepts down into real world scenarios involving dogs and tennis balls.

I think they also provide live chat based help if you pay extra.

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

#24
It's not a website, but we created an iPad game called Kodable that teaches kids programming concepts. As an added bonus, its pretty damn cute! We target 5-7, but most young kids tend to enjoy it.

We're also creating a curriculum to integrate it directly in elementary schools.

http://www.surfscore.com

Email me if you'd like a coupon code for the IAP (jon at surfscore)

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

#25

If you're in the NYC area, you should come to our next CoderDojo session (free programming classes for kids, I'm the NYC co-founder): http://coderdojonyc.com/ If you're somewhere else, definitely take a look at http://coderdojo.com/ and see if there is any Dojo near you.

FYI - this page is throwing an error http://coderdojonyc.com/volunteer/

Awesome idea. What languages do you teach?

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

#26
post #3

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

Thank you for mentioning light-bot! I am the creator of the game and know of many teachers who use it to introduce the concepts of basic functional programming, particularly calling procedures. There is a light-bot 2.0 as well (a little more complicated and includes recursion and a form of conditionals), and there is also a new light-bot in the works (see light-bot.com). Hope your daughter enjoys it!

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

#27

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.

This. The Wiggles DVD is better for children ages 2 through 7.

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

#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.

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

#29
post #25

If you're in the NYC area, you should come to our next CoderDojo session (free programming classes for kids, I'm the NYC co-founder): http://coderdojonyc.com/ If you're somewhere else, definitely take a look at http://coderdojo.com/ and see if there is any Dojo near you.

FYI - this page is throwing an error http://coderdojonyc.com/volunteer/ Awesome idea. What languages do you teach?

Strange, thanks for the heads up, I'll tell my co-founder about it (she runs the site) -- here is the correct path: http://coderdojonyc.com/help/volunteer/.

We've taught everything from CSS to HTML to JS to Scratch to AppInventor (Android App Dev). We welcome kids from 7 - 17 yrs old (and their parents of course).

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

#30
post #18

I first learned some programming being 8 year old and typing BASIC programs in an editor. Somewhat surprisingly, I think it was easier to get started then than it is now, BASIC was then included among the initial program set of the computer, complete with an IDE and if you ever got to that level it included graphics routines etc. and everything was described in a single book. I now have been seriously programming for…

You know, I've been having thoughts along this line for a while too. I actually miss the days of the 8088 in some ways. A lot of the excitement and discovery of computing seems be diluted by having so much stuff to work with. The job changes somehow from one of creating to one of assembling. Not sure exactly what the difference was, but somehow it seems like it's easier to get in touch with the essence of what makes code fun when it's just you and the machine. I was more excited by my simple text-only calculator programs back at the beginning than I am by my big complicated 3d graphics stuff today.
Post reply on HN