Hex Star Fractal using Python and Turtle 10/05/202010/05/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 3:23 pm Categories: Difficulty Level 6 loop recursion Draw the following fractal of hex stars using Python and Turtle. First, design a function that draws hex star in any position and size. Hex Star Fractal Tags: fractal, recursion Post navigation PREVIOUS Previous post: Hex Star with Python and TurtleNEXT Next post: Hindu Temple (All-Sided) Fractal 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 3.12.12 with Python TurtleSemi-Regular Tessellation 3.12.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 3.12.12. READ MOREREAD MORE 5 Spirals (Source Code)5 Spirals (Source Code) 09/22/202009/22/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Modify pentagon spiral to draw 5 spirals as shown here. 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 3.12.12 with Python TurtleSemi-Regular Tessellation 3.12.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 3.12.12. READ MOREREAD MORE
5 Spirals (Source Code)5 Spirals (Source Code) 09/22/202009/22/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Modify pentagon spiral to draw 5 spirals as shown here. Source Code: READ MOREREAD MORE