Random Walk with Python

Pavel Ilin
Level Up Coding
Published in
4 min readApr 14, 2021

--

Random Walk with Python

Computer science is amazing! Even simple, rule based algorithms can demonstrate complex behavior and create beautiful things. Random Walk is one of these algorithms.

It’s used in financial markets simulations, physics, computer networking, psychology, and even gambling. Practically any aspect of the universe which contains some form of randomness can be…

--

--