Curvy Leaf 03/06/201903/06/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 12:53 am Categories: Difficulty Level 9 recursion Previously, you drew a basic leaf. Now make the leaf more beautiful by making it curvy. Tags: fractal, recursion Post navigation PREVIOUS Previous post: Basic LeafNEXT Next post: Dragon Curve Related Post Apollonian Gasket Variations with Python TurtleApollonian Gasket Variations with Python Turtle 04/29/201904/29/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Starting from different set of three initial tangent circles and draw the reset of tangent circles. READ MOREREAD MORE Recursive EyeRecursive Eye 03/27/201903/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Color the recursive ovals with gradually changing hue, saturation, and brightens using colorsys library. READ MOREREAD MORE Quadratic Koch Snowflake with Python Turtle (Source Code)Quadratic Koch Snowflake with Python Turtle (Source Code) 08/30/202008/30/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment The original Koch Snowflake is based on triangles. Draw quadratic Koch snowflake that breaks a line into 4 smaller pieces of 1/3 of the original length as shown. The following READ MOREREAD MORE
Apollonian Gasket Variations with Python TurtleApollonian Gasket Variations with Python Turtle 04/29/201904/29/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Starting from different set of three initial tangent circles and draw the reset of tangent circles. READ MOREREAD MORE
Recursive EyeRecursive Eye 03/27/201903/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Color the recursive ovals with gradually changing hue, saturation, and brightens using colorsys library. READ MOREREAD MORE
Quadratic Koch Snowflake with Python Turtle (Source Code)Quadratic Koch Snowflake with Python Turtle (Source Code) 08/30/202008/30/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment The original Koch Snowflake is based on triangles. Draw quadratic Koch snowflake that breaks a line into 4 smaller pieces of 1/3 of the original length as shown. The following READ MOREREAD MORE