Penrose Polygons with Python Turtle 04/23/201904/23/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 10:28 pm Categories: Difficulty Level 6 loop math python Generalize Penrose Polygons to be able to draw polygon of any number of sides: Penrose Octagon with Python Turtle Penrose Nonagon (9 sides) with Python Turtle Penrose Tridecagon (13 sides) with Python Turtle Tags: illusion, loop, math Post navigation PREVIOUS Previous post: Penrose Hexagon with Python TurtleNEXT Next post: Koch Snowflake Tessellation with Python Turtle Related Post Rainbow Colored Fully Connected 48-gonRainbow Colored Fully Connected 48-gon 10/14/202010/14/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment We have project that draws fully connected 24-gon. Use colorsys library to gradually change the hue of lines as they get longer. READ MOREREAD MORE Circle Inscribed Inside an Equilateral TriangleCircle Inscribed Inside an Equilateral Triangle 05/30/202105/30/2021 | JinshengJinsheng | 0 Comment Draw a circle that is perfectly inscribed inside an equilateral triangle as shown. You may want to use some math skills in solving this problem. READ MOREREAD MORE Hex Star Fractal using Python and TurtleHex Star Fractal using Python and Turtle 10/05/202010/05/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following fractal of hex stars using Python and Turtle. First, design a function that draws hex star in any position and size. READ MOREREAD MORE
Rainbow Colored Fully Connected 48-gonRainbow Colored Fully Connected 48-gon 10/14/202010/14/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment We have project that draws fully connected 24-gon. Use colorsys library to gradually change the hue of lines as they get longer. READ MOREREAD MORE
Circle Inscribed Inside an Equilateral TriangleCircle Inscribed Inside an Equilateral Triangle 05/30/202105/30/2021 | JinshengJinsheng | 0 Comment Draw a circle that is perfectly inscribed inside an equilateral triangle as shown. You may want to use some math skills in solving this problem. READ MOREREAD MORE
Hex Star Fractal using Python and TurtleHex Star Fractal using Python and Turtle 10/05/202010/05/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following fractal of hex stars using Python and Turtle. First, design a function that draws hex star in any position and size. READ MOREREAD MORE