Description
Between unintelligible algorithms and beautiful fractal artwork, recursion has an intimidating reputation. But the underlying ideas behind it are simple. This tutorial presents a quick intro of recursive code, Python's features for handling recursion, and drawing fractals with the turtle module. If you've ever thought "recursion is confusing", this tutorial is for you.