Exploring Python through counter-intuitive snippets. If you think you know Python, think once more! - satwikkansal/wtfpython... (more…)
Read more »
If you want your program to use less memory, you will need to measure memory usage. You’ll want to measure the current usage, and then you’ll need to ensure it’s using less memory once you make some improvements. It turns out, however, that measuring memo... (more…)
Read more »
I would like to report that the newly added dependency on Rust has made it impossible to package cryptography for a number of supported Gentoo architectures (and these are architectures where peopl... (more…)
Read more »
XLib in pure Python (Py2/Py3 compatible). Contribute to python-xlib/python-xlib development by creating an account on GitHub. (more…)
Read more »
A collection of design patterns/idioms in Python. Contribute to faif/python-patterns development by creating an account on GitHub. (more…)
Read more »