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
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
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
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


