Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Python: XML, JSON, and the Web

Posted By: Landau17
Python: XML, JSON, and the Web

Python: XML, JSON, and the Web
MP4 | Video: 720p | Duration: 1:38:54 | English | Subtitles: VTT | 278.4 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