Tutorials

TalkPython – Consuming HTTP Services in Python

TalkPython – Consuming HTTP Services in Python   Free Tutorial Download

Login or purchase this course to watch this video and the rest of the course contents.
0:00 While HTML and text is really made for humans,
0:03 that is not the focus of this course, a focus of this course is
0:06 to consume data and formats meant for programs and computers.
0:10 So, what does that include, well, Json is the most popular
0:15 exchange format these days, especially around HTTP restful services,
0:18 back when Soap was popular XML was really important
0:22 and we saw how XML being passed around or take things like rss feeds,
0:26 there is a number of older services that still use xml so we are going to work with that,
0:31 obviously binary data is very often something we want to access and download,
0:35 think of a zip file or an image or something and then.
0:38 Soap, we are also going to come back and look at Soap,
0:41 but for now, let’s focus on Json, so we are going to look at
0:44 how we consume Json services, obviously, but before we do that,
0:48 I think the right place to start is for us actually
0:51 to just do a little bit of work with Json in Python and leave the network out of it.

 

Download  TalkPython – Consuming HTTP Services in Python  Free

https://xmbaylorschool-my.sharepoint.com/:u:/g/personal/mossh_baylorschool_org2/EZvCuIiMIvVNjAAgNcNYCykBHBszfz8ievHKXemSfeFMlw
https://bayfiles.com/T2R1qfNfob
https://drive.google.com/file/d/1UNXzweR_Lol652vH952qtBtvt0HNz5Ca/view?usp=sharing
https://uptobox.com/sjm8598yisd0

Password : freetuts.download

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Check Also

Close
Back to top button