Hex Mosaic 03/15/201903/15/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 5:30 pm Categories: colorsys Difficulty Level 8 list loop math nested for loop random Continue on random hexagon mesh to draw hex mosaic as shown. You may also want to use colorsys library. Hex Mosaic with Python Turtle Tags: colorsys, hsv, list, loop, nested loop, random Post navigation PREVIOUS Previous post: Random Hexagon MeshNEXT Next post: Mosaic Circle Related Post Sierpinski Pentagon with Python TurtleSierpinski Pentagon with Python Turtle 04/27/201904/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 3 Comments Use recursion to draw the following Sierpinski Pentagon. This project is closed related to Pentaflake Fractal. The difference is the in Pentaflake we also draw an upside down Pentaflake recursively. READ MOREREAD MORE Colored Nested Circle of Squares with Python and TurtleColored Nested Circle of Squares with Python and Turtle 08/23/202008/23/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Improve the nested circle of squares by filling the squares with different colors. You may use Python’s colorsys library. READ MOREREAD MORE Zooming into Mandelbrot SetZooming into Mandelbrot Set 03/07/201903/07/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Let’s zoom into Mandelbrot Set and see what details it has. Each picture shows the x,y coordinates of the center and the radius. READ MOREREAD MORE
Sierpinski Pentagon with Python TurtleSierpinski Pentagon with Python Turtle 04/27/201904/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 3 Comments Use recursion to draw the following Sierpinski Pentagon. This project is closed related to Pentaflake Fractal. The difference is the in Pentaflake we also draw an upside down Pentaflake recursively. READ MOREREAD MORE
Colored Nested Circle of Squares with Python and TurtleColored Nested Circle of Squares with Python and Turtle 08/23/202008/23/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Improve the nested circle of squares by filling the squares with different colors. You may use Python’s colorsys library. READ MOREREAD MORE
Zooming into Mandelbrot SetZooming into Mandelbrot Set 03/07/201903/07/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Let’s zoom into Mandelbrot Set and see what details it has. Each picture shows the x,y coordinates of the center and the radius. READ MOREREAD MORE