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
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.
Use several colors to draw multiple spirals.
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.
In this tutorial we are going to show how to draw a flower’s petal (or a leaf). This is a simple two step process: 1. draw an arc of a
In this tutorial we are going to show how to draw a crescent moon. It can be done easily with two steps: 1. Draw a full moon 2. Draw a
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