Python: XML, JSON, and the Web

Python: XML, JSON, and the Web

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 38m | 300 MB

Python is a powerful tool for working with data stored on web servers. In this course, Joe Marini demonstrates how to use Python to send, retrieve, and deliver web-based data to users. Learn how XML and JSON are used to store and exchange data, see how to use Python to retrieve XML and JSON data over the web, and find out how to parse that data using a range of different Python modules and features. Joe also shows how to fetch data from URLs and retrieve and send data via HTTP using the Python Requests library.

Topics include:

  • Overview of XML and JSON
  • Retrieving and sending data over the internet
  • Handling errors
  • Using the Requests library to exchange data
  • Working with JSON data
  • Parsing XML data
  • XML DOM parsing