Sunday, December 2, 2018

Inspiration Of What I could Do Using Python Turtle With More Practice




Even though I did not get to do a final finished product that does not mean that I will not continue learning to code. I most willingly will continue to practice and learn new things, as I really enjoyed coding. I really like the art side of coding which is why I started to learn Python Turtle, as it uses code to create drawings. The video above is an amazing piece of code that took 10 hours to be written. I will continue to challenge myself and set a goal of me being able to a similar piece of coding during the next 2 months!

Saturday, December 1, 2018

Manipulating Existing Code To Create A Circle Shape In Turtle

I used an existing code to create the shape of a circle as I could not find straight forward instructions on how to write the code myself. Therefor, I manipulated the existing code by changing the numbers, which are the coordinates of x and y. This however did not end successful, as the line stopped halfway the circle shape.




This is the code that I changed hoping that it would create a different measurement circle shape, however it did not work!


I still have not figured out why it did not work but I will still try to find out, as I want to understand coding as best as I can. 

Inspiration Of What I could Do Using Python Turtle With More Practice

Even though I did not get to do a final finished product that does not mean that I will not continue learning to code. I most willingly w...