Colorful Sierpinski Triangle 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 12:52 am Categories: colorsys Difficulty Level 6 recursion This is the 3rd Sierpinski Triangle. Make it very colorful as shown below. Tags: colorsys, fractal, recursion Post navigation PREVIOUS Previous post: RGB Colored Sierpinski TriangleNEXT Next post: Recursive Windows Related Post Clock with Python Turtle (Source Code)Clock with Python Turtle (Source Code) 08/29/202008/29/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Define a ‘clock’ class with Python and use the datetime library to draw an animated clock shown. Source Code: READ MOREREAD MORE Rainbow SquareRainbow Square 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use colorsys library’s hsv_to_rgb() function and loop to draw the following square that gradually transitions hue value from 0 to the left to hue value 1 on the right. READ MOREREAD MORE Semi-Regular Tessellation 4.6.12 with Python TurtleSemi-Regular Tessellation 4.6.12 with Python Turtle 04/16/201904/16/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment There are 8 semi-regular tessellations. Draw the following semi-regular tessellation 4.6.12. READ MOREREAD MORE
Clock with Python Turtle (Source Code)Clock with Python Turtle (Source Code) 08/29/202008/29/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Define a ‘clock’ class with Python and use the datetime library to draw an animated clock shown. Source Code: READ MOREREAD MORE
Rainbow SquareRainbow Square 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use colorsys library’s hsv_to_rgb() function and loop to draw the following square that gradually transitions hue value from 0 to the left to hue value 1 on the right. READ MOREREAD MORE
Semi-Regular Tessellation 4.6.12 with Python TurtleSemi-Regular Tessellation 4.6.12 with Python Turtle 04/16/201904/16/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment There are 8 semi-regular tessellations. Draw the following semi-regular tessellation 4.6.12. READ MOREREAD MORE