Sierpinski Carpet 03/24/201903/24/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 10:08 pm Categories: Difficulty Level 6 recursion Use recursion to draw the following carpet pattern. Sierpinski Carpet Pattern with Python Turtle Tags: fractal, recursion Post navigation PREVIOUS Previous post: Tea CupNEXT Next post: Colorful Sierpinski Carpet Related Post 5 Spirals (Source Code)5 Spirals (Source Code) 09/22/202009/22/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Modify pentagon spiral to draw 5 spirals as shown here. Source Code: 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 6-Line Snowflake Fractal with Python and Turtle (Tutorial and Source Code)6-Line Snowflake Fractal with Python and Turtle (Tutorial and Source Code) 05/27/202105/27/2021 | JinshengJinsheng | 0 Comment Use recursion to draw the following snowflake shape generated from 6 sub-fractals of splitting lines. The following figures show recursion depths ranging from 0 to 4. Solution: To solve this READ MOREREAD MORE
5 Spirals (Source Code)5 Spirals (Source Code) 09/22/202009/22/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Modify pentagon spiral to draw 5 spirals as shown here. Source Code: 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
6-Line Snowflake Fractal with Python and Turtle (Tutorial and Source Code)6-Line Snowflake Fractal with Python and Turtle (Tutorial and Source Code) 05/27/202105/27/2021 | JinshengJinsheng | 0 Comment Use recursion to draw the following snowflake shape generated from 6 sub-fractals of splitting lines. The following figures show recursion depths ranging from 0 to 4. Solution: To solve this READ MOREREAD MORE