Colorful Snowflake 03/09/201903/09/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 9:38 pm Categories: colorsys Difficulty Level 6 recursion Use recursion to draw a colorful snowflake as shown here. Tags: colorsys, hsv, recursion Post navigation PREVIOUS Previous post: Fraser SpiralNEXT Next post: Tower of Hanoi with Python Turtle (Source Code Included) Related Post Vogel’s Model Variations AnimationVogel’s Model Variations Animation 03/08/201903/08/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Vogel’s Model uses Golden Angle as spacing between two dots. Vary this spacing number around the Golden Angle and see what the model looks like. READ MOREREAD MORE Moving Wheel AnimationMoving Wheel Animation 03/01/201903/01/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following moving wheel animation. Note that wheel is both rotating and moving. READ MOREREAD MORE Rainbow SquareRainbow Square 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use colorsys library’s hsv_to_rgb() function and loop to draw the following square that gradually transitions hue value from 0 to the left to hue value 1 on the right. READ MOREREAD MORE
Vogel’s Model Variations AnimationVogel’s Model Variations Animation 03/08/201903/08/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Vogel’s Model uses Golden Angle as spacing between two dots. Vary this spacing number around the Golden Angle and see what the model looks like. READ MOREREAD MORE
Moving Wheel AnimationMoving Wheel Animation 03/01/201903/01/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following moving wheel animation. Note that wheel is both rotating and moving. READ MOREREAD MORE
Rainbow SquareRainbow Square 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use colorsys library’s hsv_to_rgb() function and loop to draw the following square that gradually transitions hue value from 0 to the left to hue value 1 on the right. READ MOREREAD MORE