Loading...

Python Turtle


COURSE INFORMATION

Turtle is a pre-installed Python library that enables users to create images and shapes by providing them with a virtual board. The on-screen pen you use to draw is called the turtle and that’s what gives the library its name. In short, the Python turtle library helps new programmers learn what programming with Python is like in a fun and interactive way. Turtles are mainly used to introduce children to the computer world. It’s a straightforward yet versatile way to understand Python concepts. This makes it a great way for kids to take their first steps in Python programming. The first thing you will learn when it comes to programming with the Python turtle library is how to make the turtle move in the direction you want it to. Next, you will learn how to customize your turtle and its environment. Finally, you will learn two additional things with which you can perform some special tasks.