Python Turtle Graphics Tutorial #2 - Shapes and Fills

preview_player
Показать описание
In this video I am going to be going over creating shapes and filling objects with turtle. The turtle module in python allows for unique graphics and is great for both beginners and intermediate programmers.

Want To Support This Channel?
Bitcoin: 1PbkAYLFaJBgjbKn2ptGyBz65xWN8hJgBU
Ethereum: 0xdd42dbbdba60f7163fc7a840e189474b6e8bfcad
Ripple: rD4arM9CVjQWqi8f1kxdpCgkCgEkqBgtud

Please leave a LIKE and SUBSCRIBE for more content!

Tags:
- Tech With Tim
- Pygame
- Python Tutorials
- Turtle Module
- Python Turtle
- Turtle Tutorial
- Python turtle tutorial
- Turtle graphics
Рекомендации по теме
Комментарии
Автор

Hey guys, if you faced: "turtle.TurtleGraphicsError: bad color string: blue", it is because you have a whitespace (space) in your colors = [], just remove the whitespace will do. By error triggerer... btw. really enjoy your video and thanks for your sharing.

yuan
Автор

Tim you are the Best You explain it so well! (and your voice is so comforting)

manyachaudhary
Автор

Always gonna recommend this to python newbies ⭐⭐⭐⭐⭐

supermm
Автор

Great video!
I'm using 3.7.2 When I'm drawing the random circles, turtle doesn't make a "track". It just goes around one time and then fills the shape.

johannes
Автор

The best tutorial! Thank you vety much!!!

ejnwhxn
Автор

How do you make the radius of the circle after it has been drawn?

kavishdesai
Автор

great work
I am learning python good by now

tsmspace
Автор

where did you define randrange it shows and error saying randrange not defined

premiummonkey
Автор

Hey, whats the difference between random.randint and random.randrange

KRGAMING
Автор

shouldnt the randcolor be..
randcolor = random.randrange(0, len(colors) - 1)?
Since that random integrer thats being selected can actually achieve the min and max values of our tuple and if it does the max value would be 7 and colors[7] does not exist!

francosalvatore
Автор

And I also don't understand how you were able to move the turtle forward, turn right and move it backward and move it left and then move it upward

habibatozemoka
Автор

for the first, it says:
Traceback (most recent call last):
File "/Users/(I'm not gonna show you this)/Documents/(nope not gonna show you this either).py", line 6, in <module>
tu.color('red', 'blue')
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/turtle.py", line 2217, in color
pcolor = self._colorstr(pcolor)
AttributeError: 'str' object has no attribute '_colorstr'

GXboy
Автор

can you please explain the last part more briefly ?....

mshimanshu
Автор

Hi Tim please what does for x in range do

habibatozemoka
Автор

do i have to separately download something for the turtle graphics????

mof