Use Python Turtle to draw a random cumulous (puffy) cloud. Hint: Observe the drawing process animation. What’s next?Draw many puffy clouds in the blue sky. Tutorial for this project is
Use Python Turtle to draw a random cumulous (puffy) cloud. Hint: Observe the drawing process animation. What’s next?Draw many puffy clouds in the blue sky. Tutorial for this project is
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
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
Combine Vogel’s Model with Mosaic Projects to draw a mosaic Vogel’s model with Python Turtle.
This project is combination of butterfly curve and mosaic project. Figure out how to combine the two to draw a mosaic Butterfly Curve.
This project is combination of Lissajous Curve Project and mosaic project. Figure out how to combine the two to draw a mosaic Lissajous Curve.
This project is combination of heart curve project and mosaic project. Figure out how to combine the two to draw a mosaic heart curve.