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 Tangent Circles From 3 PointsTangent Circles From 3 Points 04/28/201904/28/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Given three random points that do not lie on the same line, draw three circles centered at these points that are tangent to one another. READ MOREREAD MORE Fractal Tree with Python Turtle (Source Code)Fractal Tree with Python Turtle (Source Code) 08/19/202008/19/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following fractal tree with recursion. This project is related to Sierpinski Triangle Tree. Source Code: READ MOREREAD MORE Tutorial: Random Island Generator with Python TurtleTutorial: Random Island Generator with Python Turtle 04/25/201904/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In this tutorial we are going to show how to draw random islands with Python Turtle. The idea is similar to the Koch Snowflake project with added randomness. Instead of READ MOREREAD MORE
Tangent Circles From 3 PointsTangent Circles From 3 Points 04/28/201904/28/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Given three random points that do not lie on the same line, draw three circles centered at these points that are tangent to one another. READ MOREREAD MORE
Fractal Tree with Python Turtle (Source Code)Fractal Tree with Python Turtle (Source Code) 08/19/202008/19/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following fractal tree with recursion. This project is related to Sierpinski Triangle Tree. Source Code: READ MOREREAD MORE
Tutorial: Random Island Generator with Python TurtleTutorial: Random Island Generator with Python Turtle 04/25/201904/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In this tutorial we are going to show how to draw random islands with Python Turtle. The idea is similar to the Koch Snowflake project with added randomness. Instead of READ MOREREAD MORE