GASP: Difference between revisions
Jump to navigation
Jump to search
(indent) |
|||
Line 10: | Line 10: | ||
== GASP in the classroom == |
== GASP in the classroom == |
||
* [http://www.openbookproject.net//pyBiblio/gasp/gasp lessons/html/ |
* [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 21:19, 19 January 2008
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
GASP in the classroom
- lessons/html/ 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.