Python Random Walker Demo





What is a random walker?


A random walk is a random sequence of steps. The random walk theory has many applications in industry, including finance, genetics, machine learning and many others.


What is this demo?


This random walker demo is an animated graphical program with a predefined entity that randomly wanders away from the starting point and randomly changes its colour and heading with every step. The tools used to build this program are Python, Tkinter GUI toolkit and the Python Turtle Graphics module.






Source Code

Made with 💖 & ☕ by Colleen Lohr