Using SimPy to simulate a vaccine clinic - Part 2

model improvements

python
simpy
simulation
Author

Mark Isken

Published

April 11, 2022

In Part 1, we created a simple simulation model of a vaccine clinic using SimPy. Now we’ll make a number of improvements to our model and use it to explore a few scenarios. Some of the things we’ll do include:

This series of notebooks and Python scripts are part of a module I teach in one of my analytics courses. In addition to all of the files needed for the module, I have also created a number of screencasts that walk you through all of the pieces. So, instead of trying to repeat all that in a blog post, I’ll just point you to the course web page for this module. The entire courseweb is a Sphinx based site.

Reuse

Citation

BibTeX citation:
@online{isken2022,
  author = {Mark Isken},
  title = {Using {SimPy} to Simulate a Vaccine Clinic - {Part} 2},
  date = {2022-04-11},
  langid = {en}
}
For attribution, please cite this work as:
Mark Isken. 2022. “Using SimPy to Simulate a Vaccine Clinic - Part 2.” April 11, 2022.