Rope 03/09/201903/09/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 8:52 pm Categories: Difficulty Level 8 loop math Draw a simple rope like following figure. You may need to use sine and cosine functions. Python Turtle Rope Tags: loop, loops, math Post navigation PREVIOUS Previous post: Pythagorean SpiralNEXT Next post: Circular Rope Related Post Tangent Circles From 3 PointsTangent Circles From 3 Points 04/28/201904/28/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Given three random points that do not lie on the same line, draw three circles centered at these points that are tangent to one another. READ MOREREAD MORE Colored Spiral of Spirals with Python Turtle (Source Code)Colored Spiral of Spirals with Python Turtle (Source Code) 09/16/202009/16/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Just for fun, draw a colored version of spiral of spirals using the colorsys library. Source Code: (This may a few minutes) 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
Tangent Circles From 3 PointsTangent Circles From 3 Points 04/28/201904/28/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Given three random points that do not lie on the same line, draw three circles centered at these points that are tangent to one another. READ MOREREAD MORE
Colored Spiral of Spirals with Python Turtle (Source Code)Colored Spiral of Spirals with Python Turtle (Source Code) 09/16/202009/16/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Just for fun, draw a colored version of spiral of spirals using the colorsys library. Source Code: (This may a few minutes) 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