Category: Program

Posted in Program

Fractal Python Programs

These fractals were generated by Python programs from the Active State website. They often make use of recursion. Recursion is… read more Fractal Python Programs

Posted in Mandelbrot Program

Mandrian’s Mandelbrot Music

Mandrian is a Python + Pygame program to render the Mandelbrot Set  by sub-dividing square areas into sub-squares. If the… read more Mandrian’s Mandelbrot Music

Posted in Harmonograph Program

Spectral Harmonographs

Not fractals – but still, pretty math pictures… These were created with the following Python program (MIT license; download from… read more Spectral Harmonographs

Posted in Mandelbrot Program

Mandelbrot Set in Python & Pygame

This is a simple Python program to display the whole Mandelbrot set. Well, not every point from the infinite set,… read more Mandelbrot Set in Python & Pygame