
#252 Jupyter is now a desktop app!
Python Bytes
00:00
Request Cash Is a Python Package That Instantiates Session Objects
request cash is a way of creating a session object that looks and acts the same, but when you call a a get or a post request on the sameurl with the same data, what you get back is actually just the cashed version of that data. I love the fact that it's just a stand in replacement for the request session itself. D this actually scares me a little bit. You just run a one liner with requests cash, and then suddenly the requests library itself works differently. So i wonder if that's patching or what's going on. It probably is, but it is really slick. But i would imagine i'll have a reason to use this soon.
Transcript
Play full episode