Awesome Python

A curated list of awesome Python frameworks, libraries, software and resources – GitHub – vinta/awesome-python: A curated list of awesome Python frameworks, libraries, software and resources… Read more

Similar

Introduction to MongoDB and Python

This post was originally published herePython is a powerful programming language used for many different types of applications within the development community. Many know it as a flexible language that can handle just about any task. So, what if our compl...

Read more »

Python 3.10.0a5 is now available

Well, this one took a bit more time due to some surprise last time reference leaks and release blockers to fix, but now Python 3.10.0a5 it’s here. Will this be the first release announcement of the 3.10 series without copy-paste typos? Go get it here: (more…)

Read more »

Atomic lock-free counters in Python

At Datadog, we're really into metrics. We love them, we store them, but we also generate them. To do that, you need to juggle with integers that are incremented, also known as counters. While having an integer that changes its value sounds dull, it might ... (more…)

Read more »