Advanced Python – Project 2 – Objects, Classes, Functions and Turtles

Now that we have some of the basics down, it is time to move on to greater things! In this lesson we will be exploring the concepts of Classes, Objects, and Functions using a library that will allow us to draw stuff on our screen. Unlike the last lesson, we’ll be coding this one as we go.