Computing Mandelbrot Images
                     using
              Python and C


                 Dr. David MacQuigg

ece.arizona.edu/~edatools/ece175/projects/mandelbrots


Background on Math and Algorithms


-- Cover Story in Scientific American, August 1985.

-- http://en.wikipedia.org/wiki/Mandelbrot_set



Python & Related Packages

-- http://python.org -- language website
                                   -- download the python interpreter

-- http://scipy.org -- scientific tools for Python
                                    -- weave module -- for creating inline C

-- http://pygame.org -- Python modules for writing games,
                                      -- generate images quickly