Ways to teach kids to code (2016)
medium.com
Ways to teach kids to code (2016)
1–10 of 50 posts
Re: Ways to teach kids to code (2016)
#2I had my first real dev job when my son was born and I gave how to teach him code / reading / math a lot of thought. I tried speak and spells, workbooks, little toy pretend computers that had math games etc.
In the end just giving him a raspberry pi with ubuntu, a big kids keyboard and no mouse seems to have been all he ever needs / wants. It boots directly into the Unix shell, I aliased a little speak and spell script I tossed together and some shortcuts to music on youtube. And he doesn't even really need those.
He learned the basics much faster than I expected. Opening python for math, prepending "say" to words to have them read out loud (took some tooling in ubuntu...), control + C, control + W etc all seem to make general sense. And the slowness of the pi seems to help.
Anyway he started reading before turning three and seems to be doing well enough with math and basic variable assignment for whatever that's worth. Helping him make a website and getting him using git seems like a fun next step.
Now if only I could get him to care about anything more than his hotwheels collection...
Re: Ways to teach kids to code (2016)
#3Re: Ways to teach kids to code (2016)
#4I remember a programmer making a video about their child writing instructions to "make p&j" sandwich. Did you check if you have PB? What happens if you don't? Did you put the bread down first? Or are you applying PB to the counter.
Re: Ways to teach kids to code (2016)
#5I don't see it mentioned and I am bit surprised, but teaching kids how to breakdown "common" tasks into instructions. No programming language needed. Then, introducing edge cases. I remember a programmer making a video about their child writing instructions to "make p&j" sandwich. Did you check if you have PB? What happens if you don't? Did you put the bread down first? Or are you applying PB to the counter.
Re: Ways to teach kids to code (2016)
#6Re: Ways to teach kids to code (2016)
#7I would also add to this list: controlling room light colors or modifying websites you visit.
For people new to code, seeing results immediately is very important. All the theory, printlns, etc, it can be hard to see how it's useful.