Exploring Turtle Graphics: A Random Walk in Python

As part of the 100 Days of Code with Python training we had to plot a random walk using Turtle Graphics. There was a link to this wikipedia page explaining the mathematics and applications of random walks in various fields. I didn’t read all the mathematical details for various dimensions, only the 1d case and the link to the Pascal triangle. I had certainly learned parts of this but it got buried under decades of ‘living’. Interesting first reacquaintance with the concept. Too much to study with too little time to learn  😄

Leave a comment