Drawing a Sierpinski Triangle with Python Turtle
ฝัง
- เผยแพร่เมื่อ 11 ก.พ. 2025
- SIGN UP TO THE NEXT WEBINAR: www.eventbrite...
We will cover the core concept s of python and do some problem solving
#SierpinskiTriangle, #PythonTurtle, #SierpinskiTurtle
~-~~-~~~-~~-~
Latest and Best Arduino Playlist in Collaboratio with DFRobot:
• Arduino Zero to Hero
~-~~-~~~-~~-~
I'm proud to be Polish like Sierpinski :)
Free fractals event join in to ask question live:www.eventbrite.com.au/e/free-python-extension-workshop-fractal-geometry-with-python-turtle-tickets-103070984088
great video
thank you everything is available and clear
To make the Sierpinski function with a x, I did sierpinski(12.5*(2**(x-1)), x) but I think there is a much more easy way to do it
helped so much
Thank you veryyyy much >_
Is this a recursive algorithm?
Yes it definitely is . . .a function calling itself and a lower scale thats recursion
amazing! but the explication are poors, in fact the real problem is that Fractals are reccurents objects with a lot of symetry and this point is not used , a better algorithm would use this symetry to save time complexity.The time complexity is here exponential.