Whats a good age to get your children into programming? - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T06:35:02Zhttp://stackoverflow.com/feeds/question/482058http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/482058/whats-a-good-age-to-get-your-children-into-programming7Whats a good age to get your children into programming?Matt Davison2009-01-27T01:37:51Z2009-09-30T20:49:08Z
<p>I didn't really get into programming until high school, although I wish my parents would have introduced me to it at a young age.</p>
<p>What are good ways to start getting kids excited about programming?</p>
<p>I've been looking into <a href="http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx" rel="nofollow">SmallBasic</a> and <a href="http://phrogram.com/kpl.aspx" rel="nofollow">KPL</a> as possible starting languages but would like some suggestions.</p>
<p>If anyone has general advice or experience it would be appreciated. </p>
http://stackoverflow.com/questions/482058/whats-a-good-age-to-get-your-children-into-programming/482070#4820700Answer by The.Anti.9 for Whats a good age to get your children into programming?The.Anti.92009-01-27T01:41:05Z2009-01-27T01:41:05Z<p>Personally, I think you should get them to start with at least basic concepts as early as 5th grade. By that time they probably know how to browse and maybe e-mail. As soon as they are fluent navigating the computer interface and the web, get 'em programming</p>
http://stackoverflow.com/questions/482058/whats-a-good-age-to-get-your-children-into-programming/482071#4820713Answer by Paolo Bergantino for Whats a good age to get your children into programming?Paolo Bergantino2009-01-27T01:41:06Z2009-01-27T01:46:44Z<p>Check out these related questions:</p>
<p><a href="http://stackoverflow.com/questions/107569/whats-the-best-way-to-teach-young-kids-some-basic-programming-concepts">What’s the best way to teach young kids some basic programming concepts?</a></p>
<p><a href="http://stackoverflow.com/questions/20059/suggestions-on-starting-a-child-programming">Suggestions on starting a child programming.</a></p>
<p>From those posts:</p>
<ul>
<li>When they're young, give them Legos (<a href="http://mindstorms.lego.com/Products/Default.aspx" rel="nofollow">Lego Mindstorm</a> seems popular)</li>
<li>Check out the <a href="http://en.wikipedia.org/wiki/Alice_(software)" rel="nofollow">Alice</a> programming language</li>
<li>Check out <a href="http://scratch.mit.edu/about" rel="nofollow">MIT's Scratch</a></li>
</ul>
<p>I realize your question is more of WHEN rather than HOW, but based on prior community feedback, I'd say as soon as you think your kid can handle Legos (3? 2?), start planting the programming seed.</p>
http://stackoverflow.com/questions/482058/whats-a-good-age-to-get-your-children-into-programming/482099#4820996Answer by duffymo for Whats a good age to get your children into programming?duffymo2009-01-27T02:00:45Z2009-01-27T02:00:45Z<p>I'd consider it a low priority.</p>
<p>Not until after they've been bitten with the reading bug. I'd say that anything that detracts from reading is a negative.</p>
<p>The industry is moving so quickly that the stuff they learn early is likely to be outdated by the time they get to college and career. </p>
<p>Better to learn how to think first, last and always. Programming is easy by comparison.</p>
http://stackoverflow.com/questions/482058/whats-a-good-age-to-get-your-children-into-programming/482101#4821018Answer by coobird for Whats a good age to get your children into programming?coobird2009-01-27T02:01:41Z2009-01-27T02:01:41Z<p>I was writing (very) simple games in QBasic when I was in 4th grade (along with a few other friends in my class), so I don't think there's a need to wait until high school.</p>
<p>In retrospect, I feel that if there was an <strong>avenue to ask for help</strong>, I would have learned more and not be stuck in BASIC and not knowing basic data structures like array (!) for a couple years.</p>
<p>When I started out programming, I didn't have an internet connection, nor anyone to ask for help. There were no programming courses offered (my first formal programming course was in college!), so if there were a place or person to ask questions, I feel that I would have been able to learn more. <strong>Someone who can offer guidance for where to find information would have been really helpful</strong>.</p>
<p>I feel that a good age isn't really that high. <strong>Elementary school students can certainly get started with programming</strong>. There's no need to introduce the ideas of variables until they learn it in middle school. (I'm sure we all have taken exams where we had to solve for <code>x</code> in<code>5 * x = 35</code>, where <code>x</code> was a box rather than a letter, when we were learning multiplication.)</p>
<p>I guess my advice is, <strong>be there when a child needs help</strong>. Steer them toward directions where they can learn more about a topic. Buy them a book. Read together. Help out when they're stuck. Give them a hand, but teach them to seek information on their own.</p>
http://stackoverflow.com/questions/482058/whats-a-good-age-to-get-your-children-into-programming/482102#4821024Answer by S.Lott for Whats a good age to get your children into programming?S.Lott2009-01-27T02:02:03Z2009-01-27T03:16:33Z<p>Develop a relationship with them. When they express an interest, enable them.</p>
<p>Neither of my kids care a whit about programming. Computers -- to them -- are just tools. My son is a musician because that's what he likes. He's willing to put up with intermittent employment. My daughter went to the Olympics (in food service) because that interested her. I wouldn't have suggested either thing. Instead, I seem to have empowered them to make their own choces. </p>
http://stackoverflow.com/questions/482058/whats-a-good-age-to-get-your-children-into-programming/482103#48210314Answer by Leonidas for Whats a good age to get your children into programming?Leonidas2009-01-27T02:02:14Z2009-01-27T02:02:14Z<p>I don't think it a good idea to push a child into a direction.Why get it started with programming if the kid might be a good mathematician, engineer, musician, artist, writer?!</p>
<p>So the best way to get your kid passionate about programming is IMHO just to be attentive if it likes tinkering with the computer and asks you questions. A computer <em>will</em> be around, given these ages. And you better should be around ;)</p>
http://stackoverflow.com/questions/482058/whats-a-good-age-to-get-your-children-into-programming/482108#4821083Answer by bpapa for Whats a good age to get your children into programming?bpapa2009-01-27T02:07:52Z2009-01-27T02:07:52Z<p>This question is scary. Encourage them to read more, if anything. Or do some sports. If my parents tried to teach me to program I'd probably hate it today.</p>
http://stackoverflow.com/questions/482058/whats-a-good-age-to-get-your-children-into-programming/482112#4821121Answer by nickolai for Whats a good age to get your children into programming?nickolai2009-01-27T02:09:15Z2009-01-27T02:09:15Z<p>Programming is a tool. If your kids are smart they can learn it at 10 as well as at 25 without any major difficulty. Your goal must be to get them smart, more than to get them to do the coding. If you manage to show them that they can do cool and useful stuff using programming, the sooner - the better. as said 5th grade is a good time to start hackin' around.</p>
<p>The main idea must still be to show them as much different paths as possible so that they can choose their own knowingly. Maybe he's better at theoretical physics than object oriented programming - or maybe he's an artist. </p>
<p>Do not push or influence them to follow your path, even if you feel proud that they want to "be like daddy". You cant imagine how many bad programmers this educational mistake will produce in the coming years.</p>
http://stackoverflow.com/questions/482058/whats-a-good-age-to-get-your-children-into-programming/482116#4821161Answer by Mike MacMillan for Whats a good age to get your children into programming?Mike MacMillan2009-01-27T02:11:23Z2009-01-27T02:11:23Z<p>I think it is important that a child forges their own path; as many of us can agree, not everyone starts out an engineer. I think being attentive to your child's interests will help you gauge when they are ready to take it to the next level. Many good introductory languages/reading material has already been posted to help guide; but if all else fails, you can always let Microsoft answer that question =]</p>
<p><a href="http://msdn.microsoft.com/en-us/beginner/bb308754.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/beginner/bb308754.aspx</a></p>
http://stackoverflow.com/questions/482058/whats-a-good-age-to-get-your-children-into-programming/482124#4821240Answer by Dave Briccetti for Whats a good age to get your children into programming?Dave Briccetti2009-01-27T02:18:13Z2009-01-27T02:18:13Z<p>I’ve been teaching Scratch and Alice to as young as 3rd graders, and they do quite well. They love it, in fact. Many show an interest in learning more mainstream languages so we do Python and Pygame. </p>
<p>Dave Briccetti</p>
<p><a href="http://davebsoft.com" rel="nofollow">http://davebsoft.com</a></p>
http://stackoverflow.com/questions/482058/whats-a-good-age-to-get-your-children-into-programming/482130#4821300Answer by Uri for Whats a good age to get your children into programming?Uri2009-01-27T02:21:35Z2009-01-27T02:21:35Z<p>I think that if the trick is to first of all get your kids to learn how to read and write early, preferably before they make it to first grade (is that when kids in the US start learning? or maybe preschool).</p>
<p>I think that once they're able to understand that and some basic math/geometry, you could teach them about Logo (there are lots of free implementations) or maybe play with educational programming systems like Alice. </p>
<p>I learned Logo when I was 7 and survived :)</p>
http://stackoverflow.com/questions/482058/whats-a-good-age-to-get-your-children-into-programming/1369063#13690630Answer by David Thornley for Whats a good age to get your children into programming?David Thornley2009-09-02T17:24:01Z2009-09-02T17:24:01Z<p>My suggestion: Try to find an old Lucas Learning game called "Pit Droids". It's a puzzle game that is, I think, an excellent introduction to mathematical and computational thinking, and it's a lot of fun.</p>
http://stackoverflow.com/questions/482058/whats-a-good-age-to-get-your-children-into-programming/1500578#15005780Answer by Tom Harris for Whats a good age to get your children into programming?Tom Harris2009-09-30T20:49:08Z2009-09-30T20:49:08Z<ol>
<li><em>If</em> to teach a kid programming? Sure if s/he wants to learn. </li>
<li><em>When</em> to teach a kid programming? As early as s/he understands the idea of following instructions like a cooking recipe, and enjoys it.</li>
<li>Will a kid <em>want</em> to learn programming? Getting rarer because now a computer does so much without the user programming it.</li>
</ol>
<p>When I was 7, computers filled a room, 4-function calculators cost $7K, and I enjoyed the idea of getting a computer to add up lots of numbers and make larger numbers. So I started programming. I <em>wanted</em> to learn. Now because of #3 above, the barrier to interest is much, much higher.</p>
<p>I would add one thing to S. Lott's answer "Develop a relationship with them. When they express an interest, enable them". That would be that what you as a parent are excited about, and share with your kids, they <em>may</em> get interested in. If that happens, great. If it doesn't, check what <em>they</em> are excited about and learn from them. That's what's so great about parenting.</p>
<p>Guess the question was about parenting not programming ;-)</p>