About Using Python to Access Web Data course
This course shows you how to treat the web as a data source. We'll scrape, parse, and read web data, and access data using web APIs. We'll work with HTML, XML, and JSON data formats in Python. This course covers Chapters 11-13 of Python for Everyone. To successfully complete this course, you should be familiar with the material covered in Chapters 1-10 of the book and the first two courses in this specialization. These topics include variables and expressions, conditional execution (loops, branching, and try/except), functions, Python data structures (strings, lists, dictionaries, and tuples), and working with files. This course covers Python 3.