https://github.com/reddyprasade/turtle_graphics_in_python3
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.
https://github.com/reddyprasade/turtle_graphics_in_python3
turtle turtle-graphics turtle-graphics-programs turtle-programming turtle-programs turtles
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/reddyprasade/turtle_graphics_in_python3
- Owner: reddyprasade
- License: apache-2.0
- Created: 2020-04-10T12:55:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T02:55:55.000Z (about 5 years ago)
- Last Synced: 2025-01-19T09:41:53.373Z (4 months ago)
- Topics: turtle, turtle-graphics, turtle-graphics-programs, turtle-programming, turtle-programs, turtles
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Turtle_Graphics_In_Python3
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.