Live data from Hacker News

Ask HN: How are you teaching your children programming?

news.ycombinator.com

1–10 of 66 posts

Re: Ask HN: How are you teaching your children programming?

#6
This has been an interesting topic for my wife and I. Our kids have very limited screen time, and do not have access to a computer / smart phone / iPad on a regular basis.

Recently, though, my 1st grade son, the oldest, found the book "Coding Projects in Python" (https://www.dk.com/us/9781465461889-coding-projects-in-pytho...), and read through it for about a week before asking if he could use my computer to try some of the projects out. I set him up on an old linux box with no internet access, opened a text editor (gedit), and showed him how to run his scripts in the terminal.

Honestly, I thought he would loose interest after a few days. But he has stuck with it for the last few weeks, working on the projects after school with minimal help from me (I work from home). So far, he learns what he is interested in, skipping around the book to find projects he likes. He has learned a fair amount in that time, and importantly for me, is learning a bit about how the computer works at the same time. Not sure where we will go from here, but the self-directed path is working well so far.

Re: Ask HN: How are you teaching your children programming?

#7
I do it very haphazardly. I've used hour of code, apple's swift training program on the iPad, scratch, cargobot, sprite-box, the new bbc micro with some ms programming tool. But I've only spent a few minutes on each tool ocassionally. My impression is that you don't necessarily need a concerted effort. My youngest learned reading when he was 5 through a rather lazy approch from me and my wife. We just did stuff ocassionally at the spur of the moment. Some ideas seem to just need time with kids.

Re: Ask HN: How are you teaching your children programming?

#10

This has been an interesting topic for my wife and I. Our kids have very limited screen time, and do not have access to a computer / smart phone / iPad on a regular basis. Recently, though, my 1st grade son, the oldest, found the book "Coding Projects in Python" ( https://www.dk.com/us/9781465461889-coding-projects-in-pytho... ), and read through it for about a week before asking if he could use my computer to try so…

Your son is impressive! My daughter is 3 now and I pray she follows a path like this. Obviously I will love her regardless ;)
Post reply on HN