Thursday, February 14, 2008

Thursday, February 14

I've been reading through what little GASP documentation there is, and there a HUGE need for a solid chapter's worth of material targeted at students learning with Python. I think that that niche would best be filled by the gasp-games package and accompanying docs.

In addition to getting the gasp-games progression added to Pippy in the XO with comments that make it somewhat self-documenting, there should be a separate curriculum with the same code (or perhaps more examples-- I'm trying to contact the Pippy guy about how many examples can be added there) with a well-written text aimed at the CS 1 level programmer. Beyond that, I'd love to have an appendix of the entire GASP API, available on whatever the most appropriate site is for a CONSUMER of GASP.

Wednesday, February 13, 2008

Wednesday, February 13

Obama wins three states in a landslide.

Upon further consideration, the first bit of GASP tutorial should be a circle on a background. Why go too slow?

Here's my thought:

from gasp import *

# open a graphics window the size of the XO's screen called "Circle" with a green background
begin_graphics(height=900, width=1200, title="Circle", background=color.green)
# make a red circle 10 pixels thick in the middle of the window
Circle( ( 600,450 ), 50, filled=False, color=color.red, thickness=10 )
# close the window -- ideally upon hitting escape. I need docs.
end_graphics()

Anyway, you get the idea. It's clean and simple.

Oh, and I updated my XO, so the wireless works. Also, the GASP branding will be as follows:
GASP: Snake in front of blue (!)
GASP-code: Snake in front of gear
GASP-games: Snake in front of soccer ball

Tuesday, February 12, 2008

Tuesday, February 12

I voted!

Also, I discussed with Cooper and FFM the gasp-games package and Pippy, planning out the sequence of programs to teach GASP to people in Pippy. I need to talk to cjb, the Pippy guy.

Wednesday, February 6, 2008

Wednedsay, February 6

Unfortunately, I've not been spending much time on my GASP/OLPC project. I have completed half of my A+ Certification, of course, and dropped some class time into Alan's laptop.

Thanks to slow internet, it will take THREE HOURS to download the update for my dear OLPC. I'm going to study for the A+ today. Overnight, I'll download the update on my own internet.

Tuesday, January 29, 2008

I can use my XO to post things here. This is the first of many posts from the laptop.

Third Quarter Plan

TITLE

GASP on the XO

DATE

January 30 to April 11, 2008

DESCRIPTION

Rewrite and package GASP to be fast and functional on the XO laptop.

GOALS

Have a usable and feature-complete product that works on the XO
Become proficient with Pygame, GASP, and the XO

RESOURCES

Matt Gallagher
David Cooper
Beginning Game Development with Python and Pygame
the existing GASP and Pygame code
My shiny shiny XO laptop
#pygame@irc.freenode.net
laptop.org

Friday, January 25, 2008

Second Quarter Assessment

What I learned was mostly Plone administration. Where files are, how to make things work, settings fiddling, and so on. I'm now a moderately competent administrator, but not as good of a developer as I would have liked. Still, you can see what's been built at the site. It's perfectly functional; all it needs are new versions of the old content.

My plan was rather dependent on the site going into production at some point, after polish and content importing through part of the third quarter. I did get the site running very well, but I'm disappointed at the pointlessness, honestly. I also didn't do as much programming as I would have liked, mostly because of the switch from writing my own very basic web software to working with a monolithic piece of code like Plone.

It was a challenge to continue to make progress when the project was stalled due to server outages and so on. Plone, though, made a lot of the work very easy through being polished and easy to mold to my needs.

I do not plan to continue-- the site's not going up anyway, and I have a great opportunity to use Python and GASP on the XO, which is more like what I would rather be doing in this class.

Yes. In fact, much of what I've learned as applicable to running Emma Violand-Sanchez's site (though it's on Drupal), as well as other Plone and Zope apps in the future.