Skip to content

IshaA08/random_walk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Random Walk

Project Description

Random Walk generates random walks and uses Matplotlib to visualize them in a visually appealing scatter graph. A random walk describes a path that something takes when moving in random discrete steps in a mathematical space. It can model things like a pollen grain moving across water, a drunkard's steps and even gas particles moving around in a room.

How to Install and Run the Project

Requirements:

Steps to Run:

  • Download the project
  • Run the random_walk_visual.py file (example command: python random_walk_visual.py)

Screenshots

fig1 fig2

Credits

The Python Crash Course, 3rd Edition textbook written by Eric Matthes was referred to when developing this project, specifically the Section II - Projects chapters.

Matthes, E. (2023). Python Crash Course, 3rd Edition: A Hands-On, Project-Based Introduction to Programming. No Starch Press.

License

MIT License