Draw a Spiral

Graphics Library

Use graphics.py. Click HERE for more information. (download, install, documentation, etc.)

An alternative to graphics.py is Tk. Graphics.py is a wrapper around Tk, and much simpler to use. Tk is pre-installed in Python, and is a more complex and capable graphics library. For more information about Tk, go HERE .

Project #1

Draw an square spiral. For a hint, click here (link).

Project #2

Draw an Archimedes spiral.

Project #3

Draw an logarithmic spiral.

Links

www.britannica.com

Spiral (Wikipedia)