Property-Based Testing in Python

NOTE: This blog post complements a PyDistrict presentation on the same topic posted on this date.
Thanks to Rami Chowdhury for inviting me to speak, and the PyDistrict organizers for hosting me.
Code samples from this talk are available at this GitHub rep… Read more

Similar

Working with Python Sets

A set is a collection of distinct objects in mathematics. Python lets you create sets and perform basic operations on them. Before we get into how to work with sets, here’s a quick review of some key terms / phrases. (more…)

Read more »