Colored Sierpinski Pentagon with Python Turtle 04/27/201904/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 9:25 am Categories: colorsys Difficulty Level 7 loop python recursion Draw a colored version of Sierpinski Pentagon. Colored Sierpinski Pentagon Tags: colorsys, fractal, math, recursion Post navigation PREVIOUS Previous post: Sierpinski Pentagon with Python TurtleNEXT Next post: YouTube Logo Related Post Star Fractal with Python and Turtle (Tutorial and Source Code)Star Fractal with Python and Turtle (Tutorial and Source Code) 05/26/202105/26/2021 | JinshengJinsheng | 0 Comment Draw the following fractal made up with stars. You may need to use recursion and trigonometry to do this project. The following figures show star fractal with different recursion depths READ MOREREAD MORE Colorful SpiralColorful Spiral 04/09/201904/09/2019 | Steven GuSteven Gu | 0 Comment Code a spiral made of colors randomly picked from a set and make it look like this: READ MOREREAD MORE Square GridSquare Grid 03/13/201903/13/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Write a program that draws a square grid. This shape is also called square tessellation or square tiling. READ MOREREAD MORE
Star Fractal with Python and Turtle (Tutorial and Source Code)Star Fractal with Python and Turtle (Tutorial and Source Code) 05/26/202105/26/2021 | JinshengJinsheng | 0 Comment Draw the following fractal made up with stars. You may need to use recursion and trigonometry to do this project. The following figures show star fractal with different recursion depths READ MOREREAD MORE
Colorful SpiralColorful Spiral 04/09/201904/09/2019 | Steven GuSteven Gu | 0 Comment Code a spiral made of colors randomly picked from a set and make it look like this: READ MOREREAD MORE
Square GridSquare Grid 03/13/201903/13/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Write a program that draws a square grid. This shape is also called square tessellation or square tiling. READ MOREREAD MORE