Rotating Color Wheel 02/28/201902/28/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 6:24 pm Categories: animation colorsys custom functions Difficulty Level 5 loop Draw a rotating color wheel. Related Project: Rotating WheelColor Wheel Tags: animation, colorsys, hsv, loop, loops Post navigation PREVIOUS Previous post: Rotating Wheel AnimationNEXT Next post: Moving Wheel Animation Related Post Concentric CirclesConcentric Circles 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In this project, you practice loop and defining custom functions. Draw the following shape with a for loop. Define a function draw_circle(x,y,r), which draws a circle centered at (x,y) and READ MOREREAD MORE Hermann Grid Illusion with Python Turtle with Source CodeHermann Grid Illusion with Python Turtle with Source Code 11/18/201911/18/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment What do you see? Draw this simple shape. Check out this Wikipedia article to know more about this illusion. READ MOREREAD MORE FlowerFlower 03/21/201903/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a 10-petal flower as shown. If you haven’t done so, try a single petal first. Also check out the tutorial on drawing a single petal. READ MOREREAD MORE
Concentric CirclesConcentric Circles 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In this project, you practice loop and defining custom functions. Draw the following shape with a for loop. Define a function draw_circle(x,y,r), which draws a circle centered at (x,y) and READ MOREREAD MORE
Hermann Grid Illusion with Python Turtle with Source CodeHermann Grid Illusion with Python Turtle with Source Code 11/18/201911/18/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment What do you see? Draw this simple shape. Check out this Wikipedia article to know more about this illusion. READ MOREREAD MORE
FlowerFlower 03/21/201903/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a 10-petal flower as shown. If you haven’t done so, try a single petal first. Also check out the tutorial on drawing a single petal. READ MOREREAD MORE