Consume Web Service using Python

Опубликовано: 21 Март 2025
на канале: Cottrell Coding
568
2

Learn to consume a web service using Python. This video will connect to http://zippopotam.us/ and extract Zip Code information for my Zip Code of 15204. The viewer should know enough to make this interactive. Once extracted, the video will test for a 200 HTTP status. If 200, the code will use a simple method of extracting JSON from the response.

In the video I say PHP - instead it should be Python.