Thursday, May 19, 2016

The Creation of a Recursion




A recursion occurs when an image or part of an image appears again and again within itself. A painting of an artist painting the very same painting is a good example of recursion. In this VoiceThread video, I explain how I made a recursion with an image of myself.

Thursday, May 5, 2016

Python













In Python, I made a turtle named Tina who would complete my illusion of circles. I used seven different colors for my circles that the turtle would go through. To add, in lines 10-15, is where I sized how big the circles will be. As you go through the lines, the circles get smaller and smaller because the radius is decreasing. At the end, all the circles once fully completed, will form an heptagon in the middle.