Colored Nested Circle of Squares with Python and Turtle 08/23/202008/23/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 3:40 pm Categories: colorsys Difficulty Level 6 loop math recursion Improve the nested circle of squares by filling the squares with different colors. You may use Python’s colorsys library. Colored Nested Circle of Squares Colored Nested Circle of 30 Squares Tags: colorsys, loop, math, recursion Post navigation PREVIOUS Previous post: Nested Circle of Squares (Source Code)NEXT Next post: Clock with Python Turtle (Source Code) Related Post Triangle Radial Tessellation with Python TurtleTriangle Radial Tessellation with Python Turtle 04/17/201904/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use isosceles triangles to fill the plane from the center. READ MOREREAD MORE Square SpiralSquare Spiral 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In a level 2 project, you drew 60 titled squares (https://pythonturtle.academy/60-tilted-squares/). All those squares have the same size. Change the size gradually from small to large in the iteration to READ MOREREAD MORE Colorful Penrose Tiling with Python TurtleColorful Penrose Tiling with Python Turtle 04/18/201904/18/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment We all possible hues with colorsys library to draw a very colorful Penrose tiling. READ MOREREAD MORE
Triangle Radial Tessellation with Python TurtleTriangle Radial Tessellation with Python Turtle 04/17/201904/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use isosceles triangles to fill the plane from the center. READ MOREREAD MORE
Square SpiralSquare Spiral 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In a level 2 project, you drew 60 titled squares (https://pythonturtle.academy/60-tilted-squares/). All those squares have the same size. Change the size gradually from small to large in the iteration to READ MOREREAD MORE
Colorful Penrose Tiling with Python TurtleColorful Penrose Tiling with Python Turtle 04/18/201904/18/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment We all possible hues with colorsys library to draw a very colorful Penrose tiling. READ MOREREAD MORE