Consuming HTTP Services in Python Transcripts
Chapter: Binary data from services (and elsewhere)
Lecture: Binary data from services introduction

Login or purchase this course to watch this video and the rest of the course contents.
0:02 We've worked with a number of the text data types. Now, let's talk about binary data, so again we are going to use requests,
0:11 but this time we are going to focus on downloading and saving, or even a memory processing binary data,
0:18 this could be things like zip files, it could be images or a whole bunch of stuff, In the demo, we are going to is actually mp3 files,
0:27 those are fairly large binary files that we can work with. So a lot of things with requests are really straightforward,
0:33 this one is a little less straightforward, but not too bad once you see a couple of techniques that will make this much easier.


Talk Python's Mastodon Michael Kennedy's Mastodon