Penrose Tiling with Python Turtle 04/18/201904/18/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 10:35 pm Categories: colorsys Difficulty Level 10 list loop math random recursion Penrose tiling is a beautiful non-periodic tiling method. Draw it with your favorite color combination. Penrose Tiling with Python Turtle Tags: list, loop, math, recursion, tessellation Post navigation PREVIOUS Previous post: Find Different Color Game with Python TurtleNEXT Next post: Colorful Penrose Tiling with Python Turtle Related Post Penrose Polygons with Python TurtlePenrose Polygons with Python Turtle 04/23/201904/23/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Generalize Penrose Polygons to be able to draw polygon of any number of sides: READ MOREREAD MORE Fibonacci TilingFibonacci Tiling 03/08/201903/08/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Fibonacci sequence is a series of numbers with each number being the sum of previous two numbers. The first numbers are 1, 1. Here is the first 10 numbers in READ MOREREAD MORE Square Spiral with Python and Turtle (Source Code)Square Spiral with Python and Turtle (Source Code) 08/21/202008/21/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following spiral with square shape. In each loop, increase the forward length and turn slightly less than 90 degrees. Source Code: READ MOREREAD MORE
Penrose Polygons with Python TurtlePenrose Polygons with Python Turtle 04/23/201904/23/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Generalize Penrose Polygons to be able to draw polygon of any number of sides: READ MOREREAD MORE
Fibonacci TilingFibonacci Tiling 03/08/201903/08/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Fibonacci sequence is a series of numbers with each number being the sum of previous two numbers. The first numbers are 1, 1. Here is the first 10 numbers in READ MOREREAD MORE
Square Spiral with Python and Turtle (Source Code)Square Spiral with Python and Turtle (Source Code) 08/21/202008/21/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following spiral with square shape. In each loop, increase the forward length and turn slightly less than 90 degrees. Source Code: READ MOREREAD MORE