Circle of Inward Isosceles Triangles with Python and Turtle 08/04/202208/04/2022 | JinshengJinsheng | 0 Comment | 6:49 pm Categories: Difficulty Level 4 loop math python Modify circle of isosceles triangle projects to make all triangles point inward as shown. Related Projects: Geometry Loops Tags: geometry, loop, loops, math Post navigation PREVIOUS Previous post: Circle of Isosceles Triangles with Python and TurtleNEXT Next post: Hexagram with Python and Turtle Related Post Sierpinski Triangle Curve with Python TurtleSierpinski Triangle Curve with Python Turtle 05/26/201905/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew a Sierpinski Triangle in a previous project. Now draw Sierpinski Triangle Curve without lifting the pen. READ MOREREAD MORE Merge Sort Animation with Python and Turtle (with Source Code)Merge Sort Animation with Python and Turtle (with Source Code) 09/09/201909/09/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In previous sorting animations, we animated selection, insertion, and bubble sort. They are slow O(n^2) slow sorting algorithm. Merge Sort, a divide and conquer algorithm, is a much faster sorting READ MOREREAD MORE Pentagon Spiral with Python and TurtlePentagon Spiral with Python and Turtle 08/21/202008/21/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following spiral with pentagon shape. In each loop, increase the forward length and turn slightly less than 72 degrees. Source Code: READ MOREREAD MORE
Sierpinski Triangle Curve with Python TurtleSierpinski Triangle Curve with Python Turtle 05/26/201905/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew a Sierpinski Triangle in a previous project. Now draw Sierpinski Triangle Curve without lifting the pen. READ MOREREAD MORE
Merge Sort Animation with Python and Turtle (with Source Code)Merge Sort Animation with Python and Turtle (with Source Code) 09/09/201909/09/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In previous sorting animations, we animated selection, insertion, and bubble sort. They are slow O(n^2) slow sorting algorithm. Merge Sort, a divide and conquer algorithm, is a much faster sorting READ MOREREAD MORE
Pentagon Spiral with Python and TurtlePentagon Spiral with Python and Turtle 08/21/202008/21/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following spiral with pentagon shape. In each loop, increase the forward length and turn slightly less than 72 degrees. Source Code: READ MOREREAD MORE