Triangle Radial Tessellation with Python Turtle 04/17/201904/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 9:54 pm Categories: Difficulty Level 7 loop math Use isosceles triangles to fill the plane from the center. Triangle Radial Tessellation with Python Turtle Tags: loop, math, radial tessellation, tessellation Post navigation PREVIOUS Previous post: 3D Tessellation Effect with Python TurtleNEXT Next post: Colored Triangle Radial Tessellation with Python Turtle Related Post 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 Fully Connected OctagonFully Connected Octagon 10/14/202010/14/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use nested for loop and list to draw the following fully connected octagon. 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
Fully Connected OctagonFully Connected Octagon 10/14/202010/14/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use nested for loop and list to draw the following fully connected octagon. READ MOREREAD MORE