Draw A Fractal

Introduction

To draw fractals, start with a basic shape and repeatedly apply a rule to it, creating self-similar patterns at different scales. This iterative process can be done with simple shapes like triangles or lines, and continued until you achieve the desired complexity.

Project #1

Use graphics.py. It is a simple graphics library. Click HERE for more information. (download, install, documentation, ...)

Several examples of fractals can be found HERE . Pick one and draw it.

Question: how do you know when to quit drawing? (When the next line to be drawn is too short?)

Links

Fractal (Wikipedia)

Easy Fractal Drawing Tutorial (YouTube)

Drawing Fractals in Under 5 Minutes (YouTube)