4 ms·
Depends a lot on their interests and experience. If she has little to no experience with coding, check out this as a start: http://code.org/ http://code.org/
by edtechdev 10y ago
Depends a lot on their interests and experience.
If she has little to no experience with coding, check out this as a start: http://code.org/ http://code.org/
See the 'advanced' section of this handout for more coding resources for older kids: http://bit.ly/ortonacode http://bit.ly/ortonacode
On the hardware side, there are projects to make programmable jewelry, clothing, and other wearables, in addition to the traditional robots, cars, drones, etc. See the Adafruit site, for example: https://www.adafruit.com/category/65 https://www.adafruit.com/category/65
I have a 12 year old son. He's been interested in the raspberry pi and we have a PocketCHIP coming in the mail: https://getchip.com/pages/pocketchip https://getchip.com/pages/pocketchip
Install RetroPIE on a Raspberry Pi for a videogame emulator: https://retropie.org.uk/ https://retropie.org.uk/
Last year we did some code.org and scratch stuff and learntomod used blocks coding to learn minecraft modding.
What I would NOT recommend is starting straight up with traditional coding that is not designed with beginners and kids in mind. Don't throw python, java, C, etc. at them. Let them follow their interests: games, wearables, etc., and learn coding in pursuit of that interest, not force them to learn coding for coding's sake. I myself was interested in creating a webform 20 years ago for my student club, and in the process learned Perl for CGI scripts. It was only years later that I learned how sucky Perl was and what a bad choice it is for beginners ;)
- noobermin 10y ago>What I would NOT recommend is starting straight up with traditional coding that is not designed with beginners and kids in mind. Don't throw python, java, C, etc. at them. Let them follow their interests: games, wearables, etc., and learn coding in pursuit of that interest, not force them to learn coding for coding's sake. No, this isn't the best advice in my opinion. Don't decide for the kid what is for them or what isn't. Let them decide that. Remember, Bill Gates coded at 13 in languages "meant for adults". I personally learned C at 14 from a tutorial that came with a C++ IDE (I had no idea what programming was, I just downloaded the program from the internet). Don't underestimate the intelligence and ability of kids.
- rahkiin 10y agoThis. I learned assembly and C at 12. It can be done, because I wanted to.
- qume 10y agoMe too. I don't disagree with these warm and fuzzy environments for kids to learn, but that existed when I was a kid - logo: https://en.wikipedia.org/wiki/Logo_(programming_language) https://en.wikipedia.org/wiki/Logo_(programming_language) - and I thought it was a joke. It was demotivating and condescending rather than encouraging. I have a 18 month old, and I don't know the answer yet, but got to figure it out soon...