plotnine is an implementation of a grammar of graphics in Python,
it is based on ggplot2. The grammar allows users to compose plots
by explicitly mapping data to the visual objects that make up the
plot. (more…)
Read more »
A conversation with the creator of the world’s most popular programming language on removing brain friction for better work. (more…)
Read more »
This is mentioned during an exchange on Twitter with @brettcannon (which later spun into the Big Picture thread). I figure I should probably open a dedicated thread about this so more people know about it, and to summarise my ideas. The situation Python ... (more…)
Read more »
In this tutorial, we'll walk through building a simple Telegram Bot using Python. At first, our bot will simply echo back any message we send it, but then we'll extend it to add a database and persist information across chat sessions. (more…)
Read more »