Koch Snowflake Tessellation with Python Turtle 04/24/201904/24/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 10:15 am Categories: Difficulty Level 8 loop recursion Arrange Koch Snowflakes to fill the screen. Koch Snowflake Tessellation Tags: fractal, loop, recursion, tessellation Post navigation PREVIOUS Previous post: Penrose Polygons with Python TurtleNEXT Next post: Eagle Related Post 3×3 Squares3×3 Squares 05/04/201905/04/2019 | James LiuJames Liu | 0 Comment Draw a 3×3 squares filled with random colors. READ MOREREAD MORE A Line of Half CirclesA Line of Half Circles 03/25/201903/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use loop to draw a line of half circles. Check out drawing just one half circle project. READ MOREREAD MORE Insertion Sort Animation with Python and Turtle (Source Code Included)Insertion Sort Animation with Python and Turtle (Source Code Included) 08/23/201908/23/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Generate 50 random numbers and draw them as bars. Following the steps of insertion sort algorithm and redraw the bar every single step to show how bubble sort works. Compare READ MOREREAD MORE
3×3 Squares3×3 Squares 05/04/201905/04/2019 | James LiuJames Liu | 0 Comment Draw a 3×3 squares filled with random colors. READ MOREREAD MORE
A Line of Half CirclesA Line of Half Circles 03/25/201903/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use loop to draw a line of half circles. Check out drawing just one half circle project. READ MOREREAD MORE
Insertion Sort Animation with Python and Turtle (Source Code Included)Insertion Sort Animation with Python and Turtle (Source Code Included) 08/23/201908/23/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Generate 50 random numbers and draw them as bars. Following the steps of insertion sort algorithm and redraw the bar every single step to show how bubble sort works. Compare READ MOREREAD MORE