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

University of Michigan

Using Python to Access Web Data

University of Michigan via Coursera

Overview

Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
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. This course will cover Chapters 11-13 of the textbook “Python for Everybody”. 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.

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.
  • Chapter Eleven: Regular Expressions
    • 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.
  • Chapter Twelve: Networks and Sockets
    • 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).
  • Chapter Twelve: Programs that Surf the Web
    • In this section we learn to use Python to retrieve data from web sites and APIs over the Internet.
  • Chapter Thirteen: Web Services and XML
    • In this section, we learn how to retrieve and parse XML (eXtensible Markup Language) data.
  • Chapter Thirteen: JSON and the REST Architecture
    • In this module, we work with Application Program Interfaces / Web Services using the JavaScript Object Notation (JSON) data format.

Taught by

Charles Severance

Reviews

4.7 rating, based on 6,288 Class Central reviews

4.8 rating at Coursera based on 44529 ratings

Start your review of Using Python to Access Web Data

  • Anonymous
    I have one big criticism of this class. The Python keyword "import" is never explained. The concept of "module" is never explained. We're just told to cant this magic incantation "import re" and suddenly statements that generated traceback erro…
  • Anonymous
    I really enjoyed the first two courses of Dr. Chuck's Python for Everybody Specialization -- but not this one. As some other reviewers have already stated I, too, felt increasingly frustrated and somehow left alone during this course. Most of this c…
  • As I mentioned in the previous reviews about this Specialization, all these courses are meant for beginners without previous programming experience and difficulty of courses rises gradually. Thus, the first course was a real piece of cake, second g…
  • Anonymous
    Although my specialty is zoology, I signed up and paid for this course (one in a series offered by them) to learn a little about Python which intrigued me for some reason. The course gives a somewhat disjointed, quick overview of using Python to a…
  • Steve Schoenbaechler
    18
    With this review, you must understand, a major part of this review is because of my interest/expectations/etc., what I was looking for from the course. If you are interested in “fully engaging” in Python, becoming a computer scientist, etc., this c…
  • This course has helped me a big deal. Mr. Severence is such a genius in preparing the courses for his students to succeed. And something I liked most about the course is that one had to go on the ground and do tremendous research by himself to understand how certain things work out. Some people might find this very challenging but a good instructor does not spoon feed his trainee on a silver plate. The trainee's hands have to et dirty so as to grasp the concept permanently. To me, this course has changed my life and nowadays I don't have time to waste because everytime I get, I want to code and feel the excitement of discovering more things and seeing how things work out. Learning never stops, see you in the next chapter.
  • Nikita Neganov
    32
    As I mentioned in the previous reviews about this Specialisation, all these courses are meant for beginners without previous programming experience and difficulty of courses rises gradually. Thus, the first course was a real piece of cake, second go…
  • Anonymous
    I am working my way through the Python Specialization. The first two courses were fantastic. This course, "Using Python to Access Web Data", was a bit of a struggle. While I still like Dr. Chuck's on camera teaching and the examples he provided,…
  • Anonymous
    As many have said, this was a good course. I can now do so many things I couldn't do after the 2 first courses. However, it seemed like Dr.Chuck had to much stuff to show us in a single course, that made it impossible for him to explain everything…
  • Anonymous
    TL, dr: Flawed course in comparison to the first two ones. The course introduce new concepts, more or less technical to understand what's going on when you try to access web data from an external application, such as a programming language. If you'…
  • Jerald Dana Cole
    8
    I just completed the course. It is excellent, but needs a few bug fixes. The Week 5 Chapter assignment references the wrong exemplar (not wrong, per se, but far more complex than a simpler example covered in the lectures that transfers better to th…
  • Ilke Guntan
    5
    It was a nice course as an introduction to access web data. However, compared to previous courses, the explanation part was shorter and it was more on the edge of 'believe me and write the code like...' It made harder to learn it in true sense. I guess, it is mostly because of the explanations requires too much background knowledge that cannot be convey in these short lessons. I would prefer to have it longer though.
  • Anonymous
    This third course applies and builds on the basic knowledge from the first two python courses. Especially interesting is the information on regular expressions, which kicks this course off. Following this the course gears up into a higher transmissi…
  • This is a great course to get the basics and strong foundational knowledge about Python. Also the instructor is very interactive and also very playful in the way he instructs and teach us through the course
  • Anonymous
    I began learning Python with this course. With absolutely no prior knowledge of or experience in Python (except lots of curiosity), I came across the first two courses on Coursera.org and loved Dr Charles' videos. It's a well structured course, espe…
  • Anonymous
    That is a fantastic course! Dr. Chuck (Charles Severance) does a great job of making complex topics like network protocols and data serialization feel approachable for beginners. Here is a structured review you can use, broken down by the key conce…
  • Anonymous
    This being the 3 of 5 courses in this specialization I understand that we are gradually increasing the difficulty and knowledge base we should be using. With that being said I do not feel as if this course was planned well. The first two courses I f…
  • Anonymous
    It is hard for me to give this anything lower than 5 stars since I'm truly learning much more than I otherwise would have from this course. I can only speak as a learner and not as an educational institution or teacher. With that said, I do understa…
  • Anonymous
    The 3 installment of the specialization deals with getting, parsing and reading data from the internet, specifically data in XML and JSON formats. In comparison with the previous 2 chapters, this one feels quite rushed and overwhelming. Now, I comp…
  • Anonymous
    The only caveat I have with the course is the impossibility to audit and do the assignments (don't care about submitting them, but having access to the prompts would be nice). Luckily, Dr. Chuck has made those available somewhere else. That said, it builds nicely on top of the previous courses and increases the difficulty in a gradual manner. I would say here you will find to start going back and forth making sense of the earlier lessons and combining what you learned to make the assignments come to life. Nevertheless, it is possible to do that, and you will learn that the first two were indeed a good stepping stone for the ones to follow. Thank you, Dr. Chuck!

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.