Colorful Penrose Tiling with Python Turtle 04/18/201904/18/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 11:07 pm Categories: colorsys Difficulty Level 10 list loop math random recursion We all possible hues with colorsys library to draw a very colorful Penrose tiling. Colorful Penrose Tiling with Python Turtle Tags: colorsys, loop, math, random, recursion, tessellation Post navigation PREVIOUS Previous post: Penrose Tiling with Python TurtleNEXT Next post: Colorful Penrose Tiling 2 with Python Turtle Related Post Dashed CircleDashed Circle 03/21/201903/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use circle() function’s extent property, and alternate penup() and pendown() to draw a dashed circle shown here. READ MOREREAD MORE Square Spiral 2Square Spiral 2 03/04/201903/04/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a square spiral like this: Related Projects: Spiral Circle Spiral Square Spiral READ MOREREAD MORE Tutorial: Simulating Synchronous Fireflies with Python TurtleTutorial: Simulating Synchronous Fireflies with Python Turtle 03/23/201903/23/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Scientists is still trying to understand why fireflies synchronize. In this project, we will do a simulation of fireflies synchronizing from random initial phases. This is part 4 of 4 READ MOREREAD MORE
Dashed CircleDashed Circle 03/21/201903/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use circle() function’s extent property, and alternate penup() and pendown() to draw a dashed circle shown here. READ MOREREAD MORE
Square Spiral 2Square Spiral 2 03/04/201903/04/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a square spiral like this: Related Projects: Spiral Circle Spiral Square Spiral READ MOREREAD MORE
Tutorial: Simulating Synchronous Fireflies with Python TurtleTutorial: Simulating Synchronous Fireflies with Python Turtle 03/23/201903/23/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Scientists is still trying to understand why fireflies synchronize. In this project, we will do a simulation of fireflies synchronizing from random initial phases. This is part 4 of 4 READ MOREREAD MORE