Colorful Sierpinski Carpet 03/24/201903/24/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 10:09 pm Categories: colorsys Difficulty Level 6 recursion Use colorsys library and recursion to draw the following colorful carpet. Colorful Sierpinski Carpet with Python Turtle Tags: colorsys, fractal, hsv, recursion Post navigation PREVIOUS Previous post: Sierpinski CarpetNEXT Next post: Half Circle Related Post 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 Colored Slanted Fractal Tree (Source Code)Colored Slanted Fractal Tree (Source Code) 08/30/202008/30/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Based on Slanted Fractal Tree, draw a colored version with leaves green and branches brown. Source Code: READ MOREREAD MORE Pentaflake Fractal with Python Turtle (Source Code)Pentaflake Fractal with Python Turtle (Source Code) 09/17/202009/17/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the shown pentaflake fractal shape. The following figures show pentaflakes in different recursion depths. Source Code: 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
Colored Slanted Fractal Tree (Source Code)Colored Slanted Fractal Tree (Source Code) 08/30/202008/30/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Based on Slanted Fractal Tree, draw a colored version with leaves green and branches brown. Source Code: READ MOREREAD MORE
Pentaflake Fractal with Python Turtle (Source Code)Pentaflake Fractal with Python Turtle (Source Code) 09/17/202009/17/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the shown pentaflake fractal shape. The following figures show pentaflakes in different recursion depths. Source Code: READ MOREREAD MORE