How to teach my 8 years old son programming
5 comments
http://pythonturtle.org/
Make a little turtle icon move in any direction you choose!
Make a little turtle icon move in any direction you choose!
This is great! I like Python. Thanks.
Perhaps Lego Mindstorms? I've never used it, but from what I know of it, it seems to fit the use case you have in mind.
Try Scratch, it's made by MIT aimed specifically at kids. The "Language" is visual, but it is turing complete.
trusko,
i think a graphical programming 'language' would be best for introducing the core concepts without getting bogged down by syntax.
have you found something yet? i'm interested to know.
-p
i think a graphical programming 'language' would be best for introducing the core concepts without getting bogged down by syntax.
have you found something yet? i'm interested to know.
-p
I would like to introduce my son to programming. He keeps asking me what I do at work and when I started talking he was very interested.
Are there any programming tools, languages etc that would help me to introduce him to programming. I am talking about simple stuff like program robot to walk couple of steps, turn right, pick up box walk, turn left, drop the box. You get the picture.
Thanks a lot,
T.