Python Turtle icon
Python Turtle icon

Python Turtle

Turtle graphics is a popular way for introducing programming to kids. It was part of the original Logo programming language developed by Wally Feurzeig, Seymour Papert and Cynthia Solomon in 1967.

Python Turtle screenshot 1

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
-
No reviews
0likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

Python Turtle News & Activities

Highlights All activities

Recent activities

No activities found.

Python Turtle information

AlternativeTo Category

Development

GitHub repository

  •  69,135 Stars
  •  32,995 Forks
  •  9315 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
Python Turtle was added to AlternativeTo by ddabrahim on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

Featured in Lists

This is a list of game engines and frameworks that was either written in Python or offer a binding for the Python …

List by ddabrahim with 11 apps, updated

What is Python Turtle?

Turtle graphics is a popular way for introducing programming to kids. It was part of the original Logo programming language developed by Wally Feurzeig, Seymour Papert and Cynthia Solomon in 1967.

Imagine a robotic turtle starting at (0, 0) in the x-y plane. After an import turtle, give it the command turtle.forward(15), and it moves (on-screen!) 15 pixels in the direction it is facing, drawing a line as it moves. Give it the command turtle.right(25), and it rotates in-place 25 degrees clockwise.

By combining together these and similar commands, intricate shapes and pictures can easily be drawn.

Python Turtle Videos