Diamond Snowflake 03/11/201903/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 8:52 am Categories: Difficulty Level 2 for loop loop Use a loop to draw the following diamond snowflake. Diamond Snowflake Tags: for loop, loop, loops Post navigation PREVIOUS Previous post: Tower of Hanoi with Python Turtle (Source Code Included)NEXT Next post: Three Diamonds 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 Elliptical PetalsElliptical Petals 03/11/201903/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use ellipse to draw the following colorful elliptical petals. READ MOREREAD MORE Mosaic Lissajous Curve with Python TurtleMosaic Lissajous Curve with Python Turtle 04/06/201904/06/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment This project is combination of Lissajous Curve Project and mosaic project. Figure out how to combine the two to draw a mosaic Lissajous Curve. 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
Elliptical PetalsElliptical Petals 03/11/201903/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use ellipse to draw the following colorful elliptical petals. READ MOREREAD MORE
Mosaic Lissajous Curve with Python TurtleMosaic Lissajous Curve with Python Turtle 04/06/201904/06/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment This project is combination of Lissajous Curve Project and mosaic project. Figure out how to combine the two to draw a mosaic Lissajous Curve. READ MOREREAD MORE