A collection of simple simulations in Python
Python makes it very easy to create simple simulations to simulate complex processes. There is usually a math solution but that can be hard to remember.
In the spirit of Raymond Hettinger's Modern Python LiveLessons: Big Ideas and Little Code in Python course. We will explore some basic simulation.