From the course: Python for Students (2019)

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Mini programming project

Mini programming project - Python Tutorial

From the course: Python for Students (2019)

Mini programming project

- [Instructor] I wanted to take you through a small programming project from start to finish to show you what you can accomplish with even just a small amount of Python knowledge. We're going to use a built-in Python feature called Turtle. Turtle is a drawing board, and we tell Python which coordinates to go to and where to draw lines, circles, squares, really any kind of shape you can imagine using built-in functions. Today, we're going to work on drawing a pizza that, when all is said and done, will look like this, so let's do it!

Contents