Py-DNS-over-HTTPS-Proxy - Provides a simple Python based proxy for running DNS over HTTPS to Google's DNS over HTTPS service. (more…)
Read more »
I asked on Twitter if people would be interested in having me write down the history behind my decision to choose GitHub for Python's future development process and people said "yes"(some literally), hence this blog post. Background My heavy participation...
Read more »
Imagine a custom set-like data structure that doesn’t perform hashing and trades performance for tighter memory footprint. Or imagine a dict-like data structure that automatically stores data in a PostgreSQL or Redis database the moment you initialize it;... (more…)
Read more »
Have you ever wondered how hard it is to write a client for Redis? Loris Cro, Developer Advocate at Redis Labs, recently wrote one and discovered that it's a... (more…)
Read more »