Welcome to the wonderful world of Programming! These video courses cover the basics of the Python Programming Language. You too can easily code in a web browser by using Trinket: https://trinket.io
Lesson 3.1 covers the Turtle Library. This is a tool that allows us to display a graphics window in our coding environment so we can draw graphics. In this lesson, we learn how to set up our graphics environment, how to create a "turtle" drawing object, and how to do the following:
-Move the Turtle Forward
-Turn the Turtle Left or Right
-Pick up the Pen
-Put down the Pen
Turtle graphics are important for understanding how to process and display graphics in our programs. Users who take this lesson are often challenged by the task of drawing a square, rectangle, and triangle. There are plenty more shapes you can draw. What can you make using Python Turtle Graphics?
https://linktr.ee/brianfediuk