Python 1 – Make Art with Python - Boolean Girl

Course Details

Python 1 – Make Art with Python

Python 1 – Make Art with Python

Screenshot of garden drawing made with Python
or log in to view this course.

Python is one of the most popular programming languages in existence. In this course, you will learn the basics of coding in Python while making a unique and creative virtual painting. You don’t need any previous experience with Python to take this course. Here you will learn important coding concepts like loops, variables, lists, and libraries. By the end of the course, you will be a Python programmer and you will be able to show off your own work of art!

Lessons

  • Lesson 1: Hello, World!

    Length: 20 minutesComplexity: Easy

    Learn what Python is, how to use an IDE, and how to write your first Python program.

  • Lesson 2: Bugs and Debugging

    Length: 15 minutesComplexity: Easy

    How do you find and solve mistakes in your code? In this lesson, learn about bugs and debugging in Thonny.

  • Lesson 3: Variables in Python

    Length: 20 minutesComplexity: Easy

    Get a basic understanding of an extremely important coding concept: variables.

  • Lesson 4: Python Turtle

    Length: 20 minutesComplexity: Easy

    Get an introduction to the Turtle library. This is the library you will use to draw pictures with Python.

  • Lesson 5: XY Coordinates

    Length: 20 minutesComplexity: Easy

    Explore the concept of XY coordinates and try using them in your Turtle programs.

  • Lesson 6: Pens, Colors, and Shapes

    Length: 20 minutesComplexity: Easy

    Learn to manipulate the Turtle pen by changing its color and size, and learn how to draw shapes with the Turtle library.

  • Lesson 7: Loops

    Length: 20 minutesComplexity: Easy

    Learn about loops in Python and try using them in your program.

  • Lesson 8: Turtle Garden

    Length: 20 minutesComplexity: Easy

    Use everything you’ve learned to create a Turtle drawing of a flower garden.