A little tool that you can use to render fractal curve iteration animations.
(But can't render the Mandelbrot- or Julia sets -- they're completely different. The only thing in common is infinite recursion.)
An example (koch_snowflake.py) that renders the popular Koch snowflake fractal.
koch.mp4
An example (homework.py) that renders a custom fractal related to an art homework.