Python, Linkers, and Virtual Memory [video]

Brandon Rhodes Why does “top” show that your Python process uses 110 MB of virtual memory but has a resident set size of 9 MB? Does it consume more memory to… Read more

Similar

The Guide to Python Logging

Python has the wonderful package for recording logs called logging. You can find it in the standard library. Many developers think that it is overcomplicated and not pythonic. In this post I will try… (more…)

Read more »