Based on the function that draws Isosceles Trapezoid in the this previous project, draw the following fractal tree with Python and Turtle. Related Projects: Projects with similar difficulty Fractals Recursion
Based on the function that draws Isosceles Trapezoid in the this previous project, draw the following fractal tree with Python and Turtle. Related Projects: Projects with similar difficulty Fractals Recursion
Fill the five pointed stars with random colors with random colors. Refer to this project that draw uncolored five pointed star fractal.
Draw a five pointed star fractal that have nested five pointed star as shown. Hint: Create a function that draws five pointed star in any location, orientation, and size. Source
Draw the following fractal made up of nesting pentagrams with either recursion or iteration. Hint: Making a function that draws pentagram in any location, radius, and direction will help! Source
Lori Gardi created this nested overlapping circle fractal in the paper ‘The Universe is a Fractal’. The fractal according to the paper looks similar to a supernova. A simple version
In a previous project, we drew a star fractal with recursion. A tutorial and source code were provided in that project. Based on the code, draw the following colorful star
In a previous project, we drew a star fractal with recursion. A tutorial and source code were provided in that project. Based on the code, draw the following colorful star
Draw the following fractal made up with stars. You may need to use recursion and trigonometry to do this project. The following figures show star fractal with different recursion depths
Moving averages can smooth out the stock prices and reduce the randomness. Based on the previous projects (stock price random walk with candlestick chart, and trending stock price random walk
Draw all-sided hindu temple fractal. Refer to this Hindu Temple project.