Fractal Geometry in Python

Intermediate Concepts in Fractal Geometry Programmed in Python

Ratings 4.12 / 5.00
Fractal Geometry in Python

What You Will Learn!

  • Graph anything in Python using the Tk interface
  • Utilize Python's Turtle graphics system
  • Create some of the classical fractals such as the Koch curve and Cantor set

Description

This is an introduction to both graphical programming in Python and fractal geometry at an intermediate level.

We learn through coding examples in which you type along with me as we go through examples of fractals created with iteration, recursion, cellular automata, and chaos.

These concepts are implemented in Python using it's built-in Tkinter and turtle graphics libraries, so no special packages have to be brought in by the user, in fact by the time we are done you could write graphical packages on your own!

By the end of these lectures you will

  • Have the tools to create any graphical object in Python you want
  • Understand and create classical fractals such as the Koch curve, Seirpinski triangle, and Dragon curve
  • Be able to use recursion and iteration in Python functions
  • Use the concept of cellular automata to animate objects in Python by playing Conway's Game of Life
  • Create islands and coastlines by playing Majority Rule
  • Explore the work of Feigenbaum and learn about deterministic chaos



Who Should Attend!

  • Programmers at a beginner or intermediate level who are exploring Python
  • Students of mathematics of any age
  • Computer scientists who wish to learn mathematical programming

TAKE THIS COURSE

Tags

  • Geometry
  • Python

Subscribers

1632

Lectures

28

TAKE THIS COURSE



Related Courses