Colorful Penrose Tiling 2 with Python Turtle 04/19/201904/19/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 11:04 am Categories: colorsys Difficulty Level 10 list loop math random recursion Draw a different color pattern for Penrose Tiling: Colorful Penrose Tiling Tags: colorsys, hsv, list, loop, math, recursion, tessellation Post navigation PREVIOUS Previous post: Colorful Penrose Tiling with Python TurtleNEXT Next post: Ghost Related Post Rainbow TargetRainbow Target 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use for loop to draw the following colorful rainbow target. You may also want to use colorsys library to convert HSV colors to RGB colors. READ MOREREAD MORE Color Wheel with SaturationColor Wheel with Saturation 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In a level 4 project, you are asked to draw a spider web. In another level 4 project, you are asked draw a color wheel. Continue on to draw a READ MOREREAD MORE Pythagoras Tree Fractal with Filled Color (Source Code)Pythagoras Tree Fractal with Filled Color (Source Code) 08/30/202008/30/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Based on Pythagoras Tree, draw a version with filled color. Color branches with brown and leaves with green. Source Code: READ MOREREAD MORE
Rainbow TargetRainbow Target 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use for loop to draw the following colorful rainbow target. You may also want to use colorsys library to convert HSV colors to RGB colors. READ MOREREAD MORE
Color Wheel with SaturationColor Wheel with Saturation 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In a level 4 project, you are asked to draw a spider web. In another level 4 project, you are asked draw a color wheel. Continue on to draw a READ MOREREAD MORE
Pythagoras Tree Fractal with Filled Color (Source Code)Pythagoras Tree Fractal with Filled Color (Source Code) 08/30/202008/30/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Based on Pythagoras Tree, draw a version with filled color. Color branches with brown and leaves with green. Source Code: READ MOREREAD MORE