Consuming HTTP Services in Python Transcripts
Chapter: XML services with requests
Lecture: XML chapter introduction

Login or purchase this course to watch this video and the rest of the course contents.
0:01 Now let's focus on xml as a data exchange format, we are still going to be using HTTP clients, we are going to be using rest in particular
0:12 although this equally applies to urllib once you get the text representation of xml downloaded,
0:17 we are going to focus on how to work with xml for basic read only services. Now this is not Soap, this is just straight up xml,
0:25 things like rss feed and other xml data sources out on the internet.


Talk Python's Mastodon Michael Kennedy's Mastodon