The Python HTTP library requests
is probably my favourite HTTP utility in all the languages I program
in. It's simple, intuitive and ubiquitous in the Python community. Most of the
programs that interface with HTTP use either requests or urllib3 from
the ... (more…)
Read more »
Elasticsearch provide bulk operations to perform multiple operations in a single call. Bulk APIs can... (more…)
Read more »
Master Python virtual environments with conda, once and for all. Learn how to install conda from scratch, manage, and packaging virtual environments. (more…)
Read more »
“There’s an old saying in Tennessee—I know it’s in Texas, probably in Tennessee—that says, ‘Fool me once, shame on…shame on you. Fool me—you can’t get fooled again.’”
–George W. Bush... (more…)
Read more »
A light introduction to the Python pickle protocol, the Pickle Machine, and constructing malicious pickles. (more…)
Read more »