Thinking of my boys of 7 and 9 learning programming...
#1
Question 
Folks,

Paint me crazy but anyone out here have a python turtle?

http://inst.eecs.berkeley.edu/~selfpace/.../Turtle.py

I'd like my boys to learn how to program and I'm thinking the xboxes in the rooms (they already have em) would be a nice way to learn....forward backwards left right??

unless I'm way off....Nerd
Reply
#2
If you want to start your boys out programming, start with scratch, check out scratch.mit.edu and learnscratch.org. They may out grow it quickly, but it is great to start on. There is a good windows and mac version, the linux version is "experimental", see info.scratch.mit.edu/Linux_installer
Reply
#3
Python plugins for XBMC might be a good place to start too, then move on to python scripts for XBMC.

Voinage has written a very good guide to get started with writing plugins for XBMC:
http://wiki.xbmc.org/?title=HOW-TO_write...s_for_XBMC

More information:
http://wiki.xbmc.org/?title=Python_Development
http://wiki.xbmc.org/?title=Category:Plugins
http://wiki.xbmc.org/?title=Category:Python
http://wiki.xbmc.org/?title=HOW-TO_write_Python_Scripts
http://wiki.xbmc.org/?title=HOW-TO_write...s_for_XBMC

Also see:
http://wiki.xbmc.org/?title=HOW-TO_insta...ns_in_XBMC
http://wiki.xbmc.org/?title=HOW-TO_insta...ts_in_XBMC

Happy coding! Big Grin


tamuin Wrote:If you want to start your boys out programming, start with scratch, check out scratch.mit.edu and learnscratch.org. They may out grow it quickly, but it is great to start on. There is a good windows and mac version, the linux version is "experimental", see info.scratch.mit.edu/Linux_installer
No offense but what does that has to do with XBMC or the Xbox? Huh
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#4
Question 
just the fact that my boys both have xboxes w/xbmc and and daily use xdsl (with keyboard and controller) and figured they would need to learn programming to create openxdk applications and this seemed like a "good start"

--correct me if I'm wrong...Huh
Reply
#5
Not python, but have you tried http://www.yenka.com? The programming part lets you learn control by using flowcharts to control walking and dancing characters.

The package also includes loads of stuff for Physics, Electronics, Maths and Chemistry too. Great fun for inquiring young minds!
Reply
#6
lewis.donofrio Wrote:just the fact that my boys both have xboxes w/xbmc and and daily use xdsl (with keyboard and controller) and figured they would need to learn programming to create openxdk applications and this seemed like a "good start"

--correct me if I'm wrong...Huh

To me python is a lovely language to start programing in, since it's script based it's easy to try, it's high level so it's easy to understand. It's also extremely close to psuedo code at places, it's object oriented. Also on linux it's really common.

Either if you let them do it in xbmc or not it will be good learning imo.
If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply

Logout Mark Read Team Forum Stats Members Help
Thinking of my boys of 7 and 9 learning programming...0