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 Archimedean SpiralArchimedean Spiral 03/04/201903/04/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew concentric circles in a previous project. Now draw a circle spiral called Archimedean Spiral. Related Projects: Concentric Circles Spiral 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 Colorful Star Fractal 1Colorful Star Fractal 1 05/26/202105/26/2021 | JinshengJinsheng | 0 Comment In a previous project, we drew a star fractal with recursion. A tutorial and source code were provided in that project. Based on the code, draw the following colorful star READ MOREREAD MORE
Archimedean SpiralArchimedean Spiral 03/04/201903/04/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew concentric circles in a previous project. Now draw a circle spiral called Archimedean Spiral. Related Projects: Concentric Circles Spiral 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
Colorful Star Fractal 1Colorful Star Fractal 1 05/26/202105/26/2021 | JinshengJinsheng | 0 Comment In a previous project, we drew a star fractal with recursion. A tutorial and source code were provided in that project. Based on the code, draw the following colorful star READ MOREREAD MORE