Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.32 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.32 KB

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