Reasoning about epidemics with Python simulations
This post uses simulations and animations to understand epidemics. I started going down this path in my own attempt to understand the… (more…)
Read more »Regular expressions can be arcane, yet when used with care they can also be very powerful. In this post a couple of tips to get more out of your regexes when using Python’s re module. Read more