I 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.
That's the imperative programming case. Declarative programming is about defining each part of the final result. What's a peanut butter and jelly and sandwich (the result)? It's a slice of bread atop a layer of peanut butter atop a layer of jelly atop a slice of bread. Recursively define each part, for instance defining a layer of jelly in terms of manipulated blobs of jelly. Reverse the order of the definitions if u…
Ways to teach kids to code (2016)
41–50 of 50 posts
Re: Ways to teach kids to code (2016)
#42I’d be more interested in ways to teach kids to think. What are some good books/tools/games for that?
Re: Ways to teach kids to code (2016)
#43I love these suggestions, especially the card game and making their own website. I 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 / want…
If you're willing to learn to teach him something, it wouldn't even be that hard to get into hardware a little to make programmable tracks, and that'd be a relatively cheap hobby to share with him. Some cheap actuators from Digikey or Mouser and a $250 3D printer (which is an incredible tool to have if you're frequently around children anyway), and not only is he set with skills that'll make so much of his life easier, it'll probably be more interesting to him right now than making a card game.
Remember, hacker culture and everything that's downstream of it (like the free software movement) came about not because people were trying to prepare themselves for the workforce or from ambition, but because people wanted to make their toy trains run on time.
https://en.wikipedia.org/wiki/Tech_Model_Railroad_Club
If he likes toy cars, then please, please, please find the intersection of your love of computing and his love of cars. It's not a bad sign that he cares about Hot Wheels, that's actually amazing! There's a lot of cool ways to introduce technology to a love of cars, and the types of projects that exist in the intersection of programming and cars are incredibly useful for understanding computers on an intimate level. You can work on tracks and scoreboards like I mentioned, or you could take his Hot Wheels and help him turn his favorites into RC cars.
https://hackaday.com/2020/08/12/scratch-build-of-this-tiny-r...
https://hackaday.com/2021/04/23/modding-a-hot-wheels-car-int...
If you want to go big, when he gets a bit bigger there are even more projects you could do. A simple ride-on kids' car (think a Power Wheels clone) is completely doable by someone of your vocation. If that seems like a bit too much for you, then you could always help him walk through a tutorial on how to make a self-driving RC car:
I'm not hugely into cars; none of this is stuff that requires knowing about them to help your kid with. Please consider doing so; you seem like a really well-intentioned parent, and taking advantage of a kid's interests really helps when trying to teach them things. Thanks for caring about teaching him computing; genuine enthusiasm to share your love of something with a child can make a world of difference.
Re: Ways to teach kids to code (2016)
#44Earlier quoted context omitted.
Hey now if the kid hasn't elevated themselves through 3 FANNG roles by the age of 8 how could they ever make a meaningful impact on the world of ad-tech?
We all know the only way to get a job is to be able to put on your resume "started programming at 3".
Re: Ways to teach kids to code (2016)
#45I 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.
I'm a bit sceptical about teaching kids to program, it feels a bit like teaching them plumbing or some or trained skill. Though I'll probably introduce my daughters to it and see if they are interested. If not we can do something else.
Re: Ways to teach kids to code (2016)
#46Re: Ways to teach kids to code (2016)
#47I 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.
Being made to write out instructions like that sounds like total misery. Maybe not as I haven't seen the video. I'm a bit sceptical about teaching kids to program, it feels a bit like teaching them plumbing or some or trained skill. Though I'll probably introduce my daughters to it and see if they are interested. If not we can do something else.
Re: Ways to teach kids to code (2016)
#48Earlier quoted context omitted.
There are many different paths to the same goal. Some kids are maybe better off just picking up C documentation and going straight for it. Some are better starting with some web based gamified psuedo language.
No. If you have to infantilize something for them, they're not capable of learning it.
Always pick the third option, regardless of who you're talking to, to maximize your chance of getting your point across.
Re: Ways to teach kids to code (2016)
#49Earlier quoted context omitted.
That's the imperative programming case. Declarative programming is about defining each part of the final result. What's a peanut butter and jelly and sandwich (the result)? It's a slice of bread atop a layer of peanut butter atop a layer of jelly atop a slice of bread. Recursively define each part, for instance defining a layer of jelly in terms of manipulated blobs of jelly. Reverse the order of the definitions if u…
You forgot to specify Chunky or Smooth peanut butter!
Re: Ways to teach kids to code (2016)
#50Earlier quoted context omitted.
Being made to write out instructions like that sounds like total misery. Maybe not as I haven't seen the video. I'm a bit sceptical about teaching kids to program, it feels a bit like teaching them plumbing or some or trained skill. Though I'll probably introduce my daughters to it and see if they are interested. If not we can do something else.
Plumbing skills are not a terrible thing to have actually, but I would see this more like teaching literacy and math... basic ability to manipulate data, think logically, and debug your ideas is going to be useful regardless of what field the person might end up in, imho.