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 Animating Lissajous Curve with Python TurtleAnimating Lissajous Curve with Python Turtle 04/05/201904/05/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment We drew a Lissajous Curve with fixed value for k1 (3) and k2 (2). Lets gradually change k1 from 0 to 3 and draw each one of them to generate READ MOREREAD MORE Hexaflake Fractal with Python Turtle (Source Code)Hexaflake Fractal with Python Turtle (Source Code) 09/18/202009/18/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw hexaflake fractal that consists of hexagons with recursion. The following figures show hexaflake in different recursion depths. Source Code: 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
Animating Lissajous Curve with Python TurtleAnimating Lissajous Curve with Python Turtle 04/05/201904/05/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment We drew a Lissajous Curve with fixed value for k1 (3) and k2 (2). Lets gradually change k1 from 0 to 3 and draw each one of them to generate READ MOREREAD MORE
Hexaflake Fractal with Python Turtle (Source Code)Hexaflake Fractal with Python Turtle (Source Code) 09/18/202009/18/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw hexaflake fractal that consists of hexagons with recursion. The following figures show hexaflake in different recursion depths. Source Code: 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