GASP/GASP_Lessons
7
0
Fork
You've already forked GASP_Lessons
1
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%
Find a file
2024年11月25日 12:36:32 -05:00
examples Move examples from GASP_Projects to here 2021年08月09日 14:34:49 -04:00
illustrations Initial move from Launchpad with updated License info 2020年07月09日 10:56:58 -04:00
resources Initial move from Launchpad with updated License info 2020年07月09日 10:56:58 -04:00
source Fix working in challenge 22 of robots 2024年11月25日 12:36:32 -05:00
.gitignore Add vim swaps to gitignore 2021年06月03日 13:21:00 -04:00
CONTRIBUTORS.md add Livewires devs to CONTRIBUTORS.md 2021年06月04日 17:18:48 -04:00
LICENSE.md Initial move from Launchpad with updated License info 2020年07月09日 10:56:58 -04:00
Makefile Initial move from Launchpad with updated License info 2020年07月09日 10:56:58 -04:00
README.md Initial move from Launchpad with updated License info 2020年07月09日 10:56:58 -04:00

GASP Python Course Lessons

A beginners Python course using the GASP module - a simple, immediate mode graphics API.

Build Instructions

On Debian 10:

  1. Install make and sphinx:
$ sudo apt install make python3-sphinx
  1. 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.