## page was renamed from GASP GASP provides a simple, procedural graphics API for beginning students using Python. GASP is built on top of pygame, and is designed to lead students into full use of the python and object oriented programming. The project is run by JamesHancock and driven by JeffreyElkner. * [[https://launchpad.net/gasp/|Launchpad Page]] * [[http://groups.google.com/group/gasp-users|Google Group]] * [[http://ppa.launchpad.net/mattva01/ubuntu/pool/main/p/python-gasp/|Download debs and source]] * GaspGames == Where to get it == * Add this line to your sources.list: For gutsy: {{{ deb http://ppa.launchpad.net/mattva01/ubuntu gutsy main restricted universe multiverse }}} Then run these commands: {{{ sudo apt-get update sudo apt-get install python-gasp }}} == How to contribute to it == === Bzr Branch === {{{ bzr branch http://bazaar.launchpad.net/~gasp-dev/gasp/gasp-dev }}}