PyCon Colombia - Don't just test, my friend, test better.
Topic · Edition
Understanding how your Python application is using memory can be tough. First, Python has it's own layer of reused memory (arenas, pools, and blocks) to help it be more efficient. And many important Python packages are…