concurrencylive - Code from Concurrency Live - PyCon 2015...
Read more »
At Instagram, we have the world’s largest deployment of the Django web framework, which is written entirely in Python. We began using… (more…)
Read more »
One of the cool new features in py-spy
is the ability to profile native Python extensions written in languages
like C, C++ or Cython. (more…)
Read more »
Python provides great built-in types like dict, list, tuple
and set; there are also array, collections, heapq
modules in the standard library; this article is an overview of
external lesser known packages with fast C/C++ based data
structures usable from ... (more…)
Read more »