GASP: Difference between revisions
Jump to navigation
Jump to search
(→More Information: fix url) |
(rm outdated info on the xo) |
||
Line 1: | Line 1: | ||
{{Olpcboxtop|toptext=[[Image:GASP-logo.png|20 px]] [[{{PAGENAME}}|GASP]]}} |
|||
{{OBX license gnu|gpl|3.0+}} |
|||
{{Olpcboxbottom}} |
|||
'''GASP''' provides a simple, procedural graphics API for beginning students using Python. |
|||
It is built on top of |
It is built on top of PyCairo and PyGTK, 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 |
|||
== More Information == |
== More Information == |
Revision as of 16:24, 19 August 2009
|
GASP provides a simple, procedural graphics API for beginning students using Python.
It is built on top of PyCairo and PyGTK, and is designed to lead students into full use of the python and object oriented programming.
More Information
- https://launchpad.net/gasp-code The GASP project in Launchpad
- http://openbookproject.net/pybiblio/gasp/ Short course -tutorial, lesson plans and worksheets
- 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)
This article is a stub. You can help the OLPC project by expanding it.