Graphics algorithms and designs inspired by the book Geometric and Artistic Graphics written by Jean-Paul Delahaye.
The programs use Python and the Turtle module.
I recommend starting Python in interactive mode, importing the module and trying the programs with different parameters. There are some examples in examples.py.
The regular_polygon.py contains all the programs from the first chapter.
I made modifications to some of the programs (there are more parameters).