GASP/GASP_Lessons
GASP Python Course. An introductory Python course derived with gratitude from the original Livewires Python Course.
http://www.openbookproject.net/pybiblio/gasp/course/
- Python 89.4%
- HTML 4.2%
- CSS 3.6%
- Makefile 2.8%
|
|
||
|---|---|---|
| examples | Move examples from GASP_Projects to here | |
| illustrations | Initial move from Launchpad with updated License info | |
| resources | Initial move from Launchpad with updated License info | |
| source | Fix working in challenge 22 of robots | |
| .gitignore | Add vim swaps to gitignore | |
| CONTRIBUTORS.md | add Livewires devs to CONTRIBUTORS.md | |
| LICENSE.md | Initial move from Launchpad with updated License info | |
| Makefile | Initial move from Launchpad with updated License info | |
| README.md | Initial move from Launchpad with updated License info | |
GASP Python Course Lessons
A beginners Python course using the GASP module - a simple, immediate mode graphics API.
Build Instructions
On Debian 10:
- Install make and sphinx:
$ sudo apt install make python3-sphinx
- build the course from the sphinx source (assuming you are in the parent directory of the source directory)
$ make html
The HTML output will be located in the generated build directory.