Python and Turtle animation,Difficulty Level 8,loop,math Epicycloid Animation with Python Turtle

Epicycloid Animation with Python Turtle

Epicycloid is a curve that is formed by tracing a fixed point on the circle that is rolling around outside a static circle. Animate this tracing steps with Python Turtle. The moving circle can be larger than the static circle. Experiment with different ratios between the two circles.

Ratio 3:1 Epicycloid with Python Turtle
Epicycloid with Ratio 10:67 with Python Turtle
Ratio 10:11 Epicycloid with Python Turtle

Related Post