Chevron Left
返回到 Using Python to Access Web Data

学生对 University of Michigan 提供的 Using Python to Access Web Data 的评价和反馈

4.8
44,467 个评分

课程概述

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....
突出显示
High quality content

(256 条评论)

Practical assignments

(217 条评论)

热门审阅

SM

Jun 18, 2020

This course was really interesting and did a good job introducing complicated topics in usefully simplified form. It was a pleasure to listen to the instructor and I got everything I wanted out of it.

AH

Mar 3, 2016

Gah! The second last assignment...for items in data['comments'] :Took me an hour to figure out that I needed to add that last bit in brackets! It just did the for loop twice each time... All the best!

筛选依据:

6801 - Using Python to Access Web Data 的 6825 个评论(共 8,011 个)

创建者 David M

Feb 28, 2016

Some typos in the assignments, but otherwise very straightforward course with good information. -1 star for not having python 3 "support."

创建者 Jan B

Dec 16, 2020

A little bit too easy on assignments and more practical videos on how to login on a website and navigate through it would have been nice.

创建者 Juan D B F

Jul 7, 2020

Overall is a great introduction for access data, perhaps, it has some empty instructions due to the lack of explanation of some contents.

创建者 Subhradip D

Jun 1, 2020

I'm a big fan of Dr. Chuck, and its a great course. I just felt that the XML, JSON, and the API portions could be discussed a little more

创建者 Shivam T

Jun 29, 2019

best course of acessing the web data .he is telling the things in such a sinple manner that everyone can understand.thank you so much sir

创建者 Fredric

Feb 15, 2021

The course is as great as before. But the codes need to be explained more carefully and could introduce more details about the web data.

创建者 Ajinkya M

Jul 14, 2017

Real nice course information. It is a very good course for introductory purpose. Will love to see a more advance version of this course.

创建者 Yagya R J

Mar 1, 2016

Excellent.

But sad part is there are not many exercises and exams. Problem are some how simpler(!) not different from done in examples.

创建者 Sudhit P

Apr 8, 2021

A good Course to learn basics of Web Scrapping using XML and JSON, I learned so much stuff here that I didn't even learn in my College.

创建者 T C

Feb 12, 2021

I occasionally felt lost in the application of the materials, but that could have been my own inability to anticipate a learning curve.

创建者 VAIBHAV B

Jun 21, 2020

great course

twitter part was confusing, it required rigorous permissions from twitter online apps, therefore more insight was required.

创建者 PATIL S M

May 21, 2020

Excellent instructor. He explains the code and concept very clearly. If the course had more coding exercises it would have been amazing

创建者 rachaphon s

Feb 23, 2019

Very nice course. one thing this course can add is the practical example from actual web scraping such as basketball score, stock data.

创建者 杨言若

Sep 27, 2016

I like the teaching-style of the professor.It's very insteresting.

Btw,if more the example for accessing web Date, maybe more pratical.

创建者 Luis A S R

Jun 20, 2020

El curso en general bien , pero deberia ser revisado y actualizado, en especial los trabajos ya que en ocaciones pueden ser confusos.

创建者 Scott D

Oct 19, 2017

Dr Chuck always does a great job of feeling like you're in a real class, real teacher. I thought the content of the course was good.

创建者 Shirley J G

Jun 23, 2022

Dr. Chuck is a very engaging instructor. However, the Coursera course does not guide students when they get stuck on an assignment.

创建者 Vedang N

Apr 11, 2020

Wonderful course which touched upon many things. It can be more intensive for an in depth explanation. Amazing course nonetheless!

创建者 Shubhankar S

Oct 29, 2021

The course is good but it takes way too much time in completion compared to previous courses I have taken in the specialization.

创建者 Olaf D

Dec 8, 2020

The third course and now I have proven three times, that I installed Python and can use it. Probably this would not be necessary.

创建者 Hiral K

Jul 21, 2020

The course needs more practice explained problems. Suddenly, the level of the course went too high. But, thank you for the course

创建者 Ciro C

May 28, 2020

Well balanced introduction to web data retrieving, sound coding examples and usual clarity in background explanation by Dr. Chuck

创建者 JISHNU N

Dec 30, 2018

It was an amazing experience . And I enjoyed the course very much. It was very understanding and useful for me. Thank you for it.

创建者 Badri T

May 5, 2019

Good course on using web data thru Python. A bit complex and feels like out of sync with Python and more like a XML/JSON course.

创建者 Connor L

Feb 28, 2019

This course needs better explanations for assignments, they are a good deal more complicated than the work taught in the lessons