Diamond Snowflake 03/11/201903/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 8:52 am Categories: Difficulty Level 2 for loop loop Use a loop to draw the following diamond snowflake. Diamond Snowflake Tags: for loop, loop, loops Post navigation PREVIOUS Previous post: Tower of Hanoi with Python Turtle (Source Code Included)NEXT Next post: Three Diamonds Related Post Hering Illusion with Python TurtleHering Illusion with Python Turtle 11/19/201911/19/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Similar to Cafe Wall illusion, the red lines are actually parallel. Read more about this illusion here. 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 Random MeshRandom Mesh 03/15/201903/15/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew a square grid in a previous project. Randomize the positions of the crossing points to draw a random mesh that looks like the image here: READ MOREREAD MORE
Hering Illusion with Python TurtleHering Illusion with Python Turtle 11/19/201911/19/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Similar to Cafe Wall illusion, the red lines are actually parallel. Read more about this illusion here. 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
Random MeshRandom Mesh 03/15/201903/15/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew a square grid in a previous project. Randomize the positions of the crossing points to draw a random mesh that looks like the image here: READ MOREREAD MORE