Make a fun game that tests how fast you can identify very small color variation. You can use colorsys library to vary hue, saturation, brightness, or any combination of them.
Make a fun game that tests how fast you can identify very small color variation. You can use colorsys library to vary hue, saturation, brightness, or any combination of them.
Animate many projectiles shot from a platform all with same speed but different initial angles. Which projectile landed first? Which projectile landed farthest? Which projectile landed latest? Use colorsys library
Using physics equations to simulate a projectile motion with initial speed of 65 meters/second and 45 degree angle.
In a previous project we simulated a falling and bouncing ball physical simulation. What if we create a lot of these bouncing balls starting from 50 meters high to 100
Using Physics and Python Turtle to simulate a falling and bouncing object. Let object fall from 200 meters above ground. Assume that there is no drag and bouncing doesn’t lose
Animate a rotating blackhole.
Epitrochoid to Epicycloid is similar to Hypotrochoid to Hypocycloid. Epitrochoid is a generalization of Epicycloid where the tracking point can lie inside or outside the rolling circle. Animate the drawing
Cycloid is curve formed by tracing a point on a circle while is rolling along a straight line. Animate the drawing process of cycloid. You can set the tracking point
Continuing from Hypotrochoid project, create program that allows users to draw many Hypotrochoid on one canvas to generate a beautiful spirograph. Ask users to enter the following parameters: the ratio
Hypotrochoid is a curve very similar to Hypocycloid. But it is more general than Hypocycloid because the point we are tracing doesn’t have to lie on the circle. It can