How to make a Python package in 2021

If you are like me, every once in a while you write a useful python utility and want to share it with your colleagues. The best way to do this is to make a package: it easy to install and saves from copy-pasting. Read more

Similar

Seaborn for Python

Seaborn is a wrapper around Matplotlib that makes creating common statistical plots easy. The list of supported plots includes univariate a...

Read more »

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... (more…)

Read more »