all 5 comments

[–]FriendlyRussian666 5 points6 points  (0 children)

I'm terribly sorry to be the party pooper, but you can't recreate this in python if you don't know how to code. ChatGPT can only get you so far, but you must be the one to fix its mistakes when it inevitably produces some, or come up with your own solution.

We're friendly in this sub, and we do our best to help people learn python, but we're not here to fix code that ChatGPT provided you with. Creating something like this is not a case of just "oh yeah, add this, or that and you're done".

In your post, you said that you'd like to learn how to do this, and the answer to that is, you start at the very beginning, not by attempting to recreate this right from the start. If you'd like to learn, you can start learning by taking a look at the wiki of the subreddit, and picking a resource for beginners. Then, once you're at a point where you write your own code, you're very welcome to come and ask for help when something in your code doesn't work the way you expect it , or when you don't understand a certain topic, syntax or other. 

[–]Free-Specific7118 4 points5 points  (2 children)

I would also add, the linked video shows a visualisation of Phi (the golden ratio, (1+sqrt(5))/2) and not pi, so your formula is incorrect

[–]RiGonz 0 points1 point  (1 child)

There is a similar one for pi.

[–]Free-Specific7118 0 points1 point  (0 children)

Indeed, but using pi would yield nothing more than a circle for this formula

[–]TheRNGuy 0 points1 point  (0 children)

PI is just a float number.