The script you included doesn't actually work, as you're comparing a string with an integer. It will always return false.
Huh, did the kid understand that 3 != "3"? I'd be stumped how to explain that...
Teaching our five year old to code by cheating
11–20 of 109 posts
Re: Teaching our five year old to code by cheating
#12Kids should be taught programming when they express an interest, and when their brain is ready which in my non-facts based opinion is 11-13 years old. Trying to make kids learn programming without them being interested is about the parent wanting their children to be like them.
Re: Teaching our five year old to code by cheating
#13Kids should be taught programming when they express an interest, and when their brain is ready which in my non-facts based opinion is 11-13 years old. Trying to make kids learn programming without them being interested is about the parent wanting their children to be like them.
Most parents introduce kids to things they themselves like or value. Like, sport, reading books, music, video games, nature, shows they themselves like and so on. People do it even with math and grammar (through I was never able to fully understand the grammar thing). The list is pretty long and the more parents you know, the more normal it seems to be to show your kids what you yourself like soon.
Re: Teaching our five year old to code by cheating
#14Kids should be taught programming when they express an interest, and when their brain is ready which in my non-facts based opinion is 11-13 years old. Trying to make kids learn programming without them being interested is about the parent wanting their children to be like them.
I think at 5 years old I played some educational games that my parents had (I can't even remember the names..) and I was lucky that we had a computer because that wasn't common in the early 90's.
I learned a lot about computers from trying to cheat at games though - whether it was hex-editing to get around CD-ROM checks, or memory/packet editing to cheat in the games themselves. I guess mischief and breaking things is attractive to children.
Re: Teaching our five year old to code by cheating
#15if int(guess) == int(lulu + boonie): There ... I fixed it.
Re: Teaching our five year old to code by cheating
#16I've been frustrated by the magnified expectations of kids w.r.t. programming because they play sophisticated games compared to the pong/bricks/tetris of my highschool days. Very hard to satisfy my kids with doing, say, turtle graphics. I'm yet to try Minecraft programming (need windows machine) but that might do it for them as they're into Minecraft. I had a blip of a realization one day when idly talking to the 6yr…
Re: Teaching our five year old to code by cheating
#17I can't imagine how he could start to learn programming at this age.
Re: Teaching our five year old to code by cheating
#18The script you included doesn't actually work, as you're comparing a string with an integer. It will always return false.
Re: Teaching our five year old to code by cheating
#19Kids should be taught programming when they express an interest, and when their brain is ready which in my non-facts based opinion is 11-13 years old. Trying to make kids learn programming without them being interested is about the parent wanting their children to be like them.
That's harsh. I'd say it's about introducing their children to something they enjoy/find valuable, in the hope that the kid will enjoy it (or get value from it) too
Re: Teaching our five year old to code by cheating
#20Kids should be taught programming when they express an interest, and when their brain is ready which in my non-facts based opinion is 11-13 years old. Trying to make kids learn programming without them being interested is about the parent wanting their children to be like them.
> Trying to make kids learn programming without them being interested is about the parent wanting their children to be like them That's harsh. I'd say it's about introducing their children to something they enjoy/find valuable, in the hope that the kid will enjoy it (or get value from it) too