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 »
15th issue of Python Monthly! Read by 20,000+ Python developers every month. This monthly Python newsletter is focused on keeping you up to date with the industry and keeping your skills sharp, without wasting your valuable time. (more…)
Read more »
A simple GitHub action for formatting, linting, testing, and building a Python application... (more…)
Read more »
This page is about pypy-stm, a special in-development version of
PyPy which can run multiple independent CPU-hungry threads in the same
process in parallel. It is a solution to what is known in the Python
world as the “global interpreter lock (GIL)” prob... (more…)
Read more »
Implementation of the Command pattern with class inheritance to update any unit of our game (tank or tower). Made with Python and Pygame. (more…)
Read more »