Python Turtle Graphic
The turtle has three attributes: a location, an orientation (or direction), and a pen. The pen, too, has attributes: color, width, and on/off state (also called down and up).
The turtle moves with commands that are relative to its own position, such as "move forward 10 spaces" and "turn left 90 degrees". The pen carried by the turtle can also be controlled, by enabling it, setting its color, or setting its width. A student could understand (and predict and reason about) the turtle's motion by imagining what they would do if they were the turtle. Seymour Papert called this "body syntonic" reasoning.
A full turtle graphics system requires control flow, procedures, and recursion: many turtle drawing programs fall short. From these building blocks one can build more complex shapes like squares, triangles, circles and other composite figures. The idea of turtle graphics, for example is useful in a Lindenmayer system for generating fractals.
Other Videos By Blackdream
2023-03-11 | Video To Audio Converter Python |
2023-03-08 | Image Resizer Python |
2023-03-03 | Random Email Generator Python | |
2023-02-26 | Discord Responsive Clone | Part 1 |
2023-02-20 | Reinforcement learning Vs Supervise Learning (Basic Video) |
2023-02-12 | Weather App In Python |
2023-01-31 | Multi Inheritance In Python Explained |
2023-01-19 | Download Any Video From Youtube in Python |
2023-01-14 | Binary Search Algorithm | Python |
2023-01-12 | Digital Clock In Python | Under 5 Minute |
2023-01-11 | Python Turtle Graphic |
2023-01-04 | CONTACT PAGE HTML CSS JS | IN JUST 5 MINUTE |
2022-12-31 | Quick Sort Algorithm In Python | Tutorial 5 minute |
2022-12-29 | Simple Neon Light Button | Html Css |
2022-12-24 | Simple Glowing Circle In html and css |
2022-12-21 | Simple Border Animation Html And Css | #01 |
2022-11-23 | Image Background Remover | Python |
2022-11-11 | Easy Text To Speech In Python With GUI |
2022-09-24 | Create Your Own Browser In Python |
2022-07-16 | How to make simple password cracker in python |
2022-06-25 | Simple Dice Game | C# |