Think of a drunk man that continuously tumbles left and right, back and forth, with no final destination.

A blue 2D random walk on a green background

This drunk man walking around can be thought of as a random walk on the plane... Now imagine that the drunk man has a shorter leg and tumbles more to one of the sides: that is a biased random walk. Now imagine the drunk man can teleport to a nearby location. That is (kind of) a Lèvy flight! All those are quite interesting to observe in motion and I implemented them in Python. (the code can be found here). From those, only the tilted walks and the one with the trail are such that the particle's movement wraps around the borders (leaving the green area makes the particle appear in the opposite side, just like the snake from the game Snake).

The image above is a screenshot of the execution of the random walk that leaves a coloured trail.

I also implemented an animation where the screen gets progressively filled with circles of different colours, as if being splattered with paint. Not sure why... But it looks interesting:

A black background with several randomly-coloured circles

The implementation is in the same directory as the walks.

For all these, I got windows executables. Here you can find all the executables for the random walks and here for the paint splatter.

Become a better Python 🐍 developer 🚀

+35 chapters. +400 pages. Hundreds of examples. Over 30,000 readers!

My book “Pydon'ts” teaches you how to write elegant, expressive, and Pythonic code, to help you become a better developer. Get it below!

Download from

Previous Post Next Post

Blog Comments powered by Disqus.