Using Python to Access Web Data (Coursera)

Using Python to Access Web Data (Coursera)
Course Auditing
Categories
Effort
Certification
Languages
Misc

MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Using Python to Access Web Data (Coursera)
This course will show how one can treat the Internet as a source of data. We will scrape, parse, and read web data as well as access data using web APIs. We will work with HTML, XML, and JSON data formats in Python.

MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

This course will cover Chapters 11-13 of the textbook “Python for Informatics”. To succeed in this course, you should be familiar with the material covered in Chapters 1-10 of the textbook 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 manipulating files.This course covers Python 3.


What You Will Learn

- Use regular expressions to extract data from strings

- Understand the protocols web browsers use to retrieve documents and web apps

- Retrieve data from websites and APIs using Python

- Work with XML (eXtensible Markup Language) data

Course 3 of 5 in the Python for Everybody Specialization.


Syllabus


WEEK 1

Getting Started

In this section you will install Python and a text editor. In previous classes in the specialization this was an optional assignment, but in this class it is the first requirement to get started. From this point forward we will stop using the browser-based Python grading environment because the browser-based Python environment (Skulpt) is not capable of running the more complex programs we will be developing in this class.


WEEK 2

Regular Expressions (Chapter 11)

Regular expressions are a very specialized language that allow us to succinctly search strings and extract data from strings. Regular expressions are a language unto themselves. It is not essential to know how to use regular expressions, but they can be quite useful and powerful.


WEEK 3

Networks and Sockets (Chapter 12)

In this section we learn about the protocols that web browsers use to retrieve documents and web applications use to interact with Application Program Interfaces (APIs).


WEEK 4

Programs that Surf the Web (Chapter 12)

In this section we learn to use Python to retrieve data from web sites and APIs over the Internet.


WEEK 5

Web Services and XML (Chapter 13)

In this section, we learn how to retrieve and parse XML (eXtensible Markup Language) data.


WEEK 6

JSON and the REST Architecture (Chapter 13)

In this module, we work with Application Program Interfaces / Web Services using the JavaScript Object Notation (JSON) data format.



MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.