Skip to content

Instantly share code, notes, and snippets.

@dpgoldenberg
dpgoldenberg / covidPeeps.py
Last active September 27, 2021 17:47
Random walk simulation of disease spread
# Module for simulating infectious-disease spread with a random-walk model
# with widgets to allow interactive control in a Jupyter notebook
# David Goldenberg, August 2020
# Revision to add vaccinated peeps!
# Sept 2021
import matplotlib.pyplot as plt
import numpy as np
@dpgoldenberg
dpgoldenberg / Blank Jupyter notebook
Last active January 27, 2021 01:32
Public Notebook for Biol 7961, Computing with Python
Gist title
@dpgoldenberg
dpgoldenberg / Biol 3515-Chem 3515 Buffer Titration Simulation
Last active October 27, 2021 19:10
Bufffer titration simulation
Gist title
Gist title
@dpgoldenberg
dpgoldenberg / Biol 3515-Chem 3515 Exp 2 simulation
Last active February 20, 2021 21:01
Simulation of Experiment 2, for Biol 3515/Chem 3515
Gist title
@dpgoldenberg
dpgoldenberg / Biol 3515-Chem 3515 Exp 3, Part A
Last active February 28, 2021 23:17
Simulation of Biol 3415/Chem 3515 Experiment 3, part A
Gist title
@dpgoldenberg
dpgoldenberg / Biol 3515-Chem 3515 Exp 3, Part B
Last active March 20, 2021 16:43
Biol 3515-Chem 3515 Exp 3, Part B
Biol 3515-Chem 3515 Exp 3, Part B
@dpgoldenberg
dpgoldenberg / Biol 3515-Chem 3515 Exp 3, Part C
Last active March 13, 2021 00:19
Simulation of Biol 3515/Chem 3515 Experiment 3, part C
Gist title
@dpgoldenberg
dpgoldenberg / Biol 3515-Chem 3515 Exp 3, Part D
Last active March 20, 2021 16:54
Smulation of Biol 3415/Chem 3515 Experiment 3, part D
Gist title
@dpgoldenberg
dpgoldenberg / Biol 3515-Chem 3515 Exp 4 Part A
Last active March 13, 2021 00:59
Simulation of Biol 3515/Chem 3515 Experiment 4, part A
Gist title