3×3 Squares 05/04/201905/04/2019 | James LiuJames Liu | 0 Comment | 9:55 am Categories: Difficulty Level 2 loop random Draw a 3×3 squares filled with random colors. Tags: loop, random Post navigation PREVIOUS Previous post: LollipopNEXT Next post: Poké Ball Related Post Bulge Illusion with Python Turtle (Source Code Included)Bulge Illusion with Python Turtle (Source Code Included) 12/10/201912/10/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment This is another Akiyoshi illusion. It feels like the center is bulging. Source Code: READ MOREREAD MORE Colorful Crescent RingsColorful Crescent Rings 03/21/201903/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Knowing how to draw a crescent shape. Draw a colorful ring of crescent shapes as shown with a loop and colorsys library. 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
Bulge Illusion with Python Turtle (Source Code Included)Bulge Illusion with Python Turtle (Source Code Included) 12/10/201912/10/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment This is another Akiyoshi illusion. It feels like the center is bulging. Source Code: READ MOREREAD MORE
Colorful Crescent RingsColorful Crescent Rings 03/21/201903/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Knowing how to draw a crescent shape. Draw a colorful ring of crescent shapes as shown with a loop and colorsys library. 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