GASP: Difference between revisions
Jump to navigation
Jump to search
(indent) |
(Undo revision 215270 by 79.8.187.26 (Talk)) |
||
(10 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{OBX license gnu|gpl|3.0+}} |
|||
[https://launchpad.net/gasp GASP] provides a simple, procedural graphics API for beginning students using Python. [[Image:GASP-logo.png|100px|right]] |
[https://launchpad.net/gasp GASP] provides a simple, procedural graphics API for beginning students using Python. [[Image:GASP-logo.png|100px|right]] |
||
Line 9: | Line 11: | ||
. gasp.sh |
. gasp.sh |
||
== |
== More Information == |
||
* https://launchpad.net/gasp-code The GASP project in Launchpad |
|||
* |
* http://openbookproject.net/pybiblio/gasp/ 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) |
||
Latest revision as of 17:43, 19 August 2009
GNU licensed under GPL-3.0+ |
GASP provides a simple, procedural graphics API for beginning students using Python.
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
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.