Plotnine: Grammar of Graphics for Python

A tutorial by Jeroen Janssens. A translation of the visualisation chapters from “R for Data Science” to Python using Plotnine and Pandas. Read more

Similar

Python Pickle’s Nine Flaws

Python’s pickle module is a very convenient way to serialize and de-serialize objects. It needs no schema, and can handle arbitrary Python objects. But it has problems. This post briefly explains the problems. (more…)

Read more »