Procrastinate is an open-source Python 3.7+ distributed task processing
library, leveraging PostgreSQL to store task definitions, manage locks and
dispatch tasks. It can be used within both sync and async code. (more…)
Read more »
Photo by chuttersnap on Unsplash
Introduction to Pandas
So, what is Pandas – practically speaking? In short, it’s the major data analysis library for Python. F... (more…)
Read more »
This week I raised my first pull-request to the CPython core project, which was declined :-( but as to not completely waste my time I’m… (more…)
Read more »
The Python language, which is not new but continues to gain momentum and users as if it were, has changed remarkably little since it first was released.
Read more »
Python script to generate SVG crosswords from a text file - GitHub - jvns/svg_crossworder: Python script to generate SVG crosswords from a text file... (more…)
Read more »