As a developer, every day we interact with remote APIs and web servers. Almost all services we consum... (more…)
Read more »
In this step-by-step tutorial, you'll learn how the Python defaultdict type works and how to use it for handling missing keys when you're working with dictionaries. You'll also learn how to use a defaultdict to solve problems like grouping or counting the... (more…)
Read more »
A curl HTTP adapter switch for requests library — make browser-like requests with custom TLS fingerprints. - el1s7/curl-adapter... (more…)
Read more »
Due to uncertainty over the future of the Python 2 interpreter
in future Linux distributions, I've been
looking at some of our Python 2 code, especially the larger programs.
This caused me to express some views over on Twitter, which
came out long enough ... (more…)
Read more »