Login Sign Up

Using Python to Access Web Data

University of Michigan via Coursera

Coursera based on 44,355 ratings

Share

0

Overview

Using Python to Access Web Data is an essential course for learners who want to understand how to collect, process, and analyze data from the web using Python. Designed for beginners to intermediate programmers, this course explores the foundational skills needed to automate data gathering and unlock insights from online content. The course starts with an introduction to key Python libraries such as urllib, BeautifulSoup, and requests, teaching learners how to fetch data from websites and parse HTML content. It progresses...

Syllabus

  • 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.
  • 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.
  • 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).
  • 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.
  • Web Services and XML (Chapter 13)
    • In this section, we learn how to retrieve and parse XML (eXtensible Markup Language) data.
  • 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.
Using Python to Access Web Data
Go to Class

University of Michigan via Coursera

18 hours 45 minutes

Paid Certificate Available

English

On-Demand

Beginner

Instructor

Charles Russell Severance

Reviews

No reviews yet. Be the first to review!