GASP: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
. gasp.sh
. gasp.sh


== GASP in the classroom ==
== GASP More Information ==
* https://launchpad.net/gasp The GASP project in Launchpad
* http://www.openbookproject.net/pyBiblio/gasp/gasp_lessons/html/ Short course -tutorial, lesson plans and worksheets
* http://www.openbookproject.net/pyBiblio/gasp/gasp_lessons/html/ Short course -tutorial, lesson plans and worksheets
* [http://openbookproject.net//thinkCS/python/english/ How to Think Like a Computer Scientist: Learning with Python] (can be spread into a) year long python intro that makes use of GASP (WiP)
* [http://openbookproject.net//thinkCS/python/english/ How to Think Like a Computer Scientist: Learning with Python] (can be spread into a) year long python intro that makes use of GASP (WiP)

Revision as of 20:34, 23 February 2008

Heckert GNU white.svg GNU licensed under GPL-3.0+

GASP provides a simple, procedural graphics API for beginning students using Python.

GASP-logo.png

It is built on top of pygame, and is designed to lead students into full use of the python and object oriented programming.

GASP on the XO

cd ~
wget http://dev.laptop.org/~ffm/gasp/downloads/gasp.sh
. gasp.sh

GASP More Information


This article is a stub. You can help the OLPC project by expanding it.