User:Mchua/Braindumps/Getting started developing
Documenting my progress on becoming one of the OLPC Developers (I'm coming into it much later than you'd think).
Installing Sugar
I run Ubuntu Gutsy, so I used the Debian packages.
Since I've played with XOs before, I'm relatively comfortable navigating and using Sugar as a "normal user."
Picking a development stack
My first target project is linking GASP and Pippy in some way (and/or helping to create a GASP activity), so Pygame is my stack of choice. OLPCGames is therefore also something I should learn.
Learning pygame
Having somewhat rustily used pygame for several projects before, but non-recently enough that I could wipe my brain-slate clean and start as a "beginner," I vowed to spend a half-hour setting up and playing with Pygame to get my feet wet and started. I already had pygame installed and knew python, and didn't need to know that much pygame, so a half-hour spent fooling around with this tutorial had me going. (Before doing that, it's useful to download these files first.
My "learning" game: File:Bombsaway.zip (to run, unzip, go into the folder, and run bombsaway.py - you need to have pygame installed.)