Chevron Left
返回到 Using Python to Access Web Data

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

4.8
44,450 个评分

课程概述

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 条评论)

热门审阅

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!

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.

筛选依据:

51 - Using Python to Access Web Data 的 75 个评论(共 8,004 个)

创建者 MONIRUL H

Apr 12, 2020

It's not that easy like previous two courses. But I'm glad that I had a little bit idea about regular expressions, networking, xml and REST before starting this course.

创建者 Ashwin L

Feb 20, 2021

The course gives good start to python programming. Wanted little extra knowledge on the data structures in python but that maybe a story in some other python course.

创建者 Rana G

May 9, 2022

I have learnt many new things. Assignments are really helpful in implementing the concepts learnt and recalling the things learnt in previous courses.

创建者 Shaghayegh S (

Apr 15, 2022

This is one of the most useful courses I passed in Coursera. It gives you enough information to get the job done. Not too much and not too little.

创建者 Nicole M

May 2, 2022

All around, not as easy as previous courses, but the reference material and quizes/assignments were interesting and helpful.

创建者 Abdullah H

May 3, 2022

Wonderful Course on Web access with python. I must admire the wonderful learning skills of Dr. Chuck

创建者 Alejandro V R

Apr 18, 2022

this course scaled up my ability with python and my understanding of the basics

创建者 2039 T M

May 6, 2022

Very beautiful and probably the toughest one till now in the 5 series

创建者 Prajanand k

Jan 30, 2021

Using Python to Access Web Data of good coursed of python skil

创建者 Elmer R M

Apr 19, 2022

Very good for start learning how to access data using Python

创建者 Tammam M

Apr 30, 2022

very usefull ,requier hard work,very intersting

创建者 Miguel H F

Apr 29, 2022

estupendo para seguir profundizando en python.

创建者 london u k

Apr 13, 2022

This Course Is Absolutely Outstanding

创建者 Александр В

May 10, 2022

Хороший курс, Спасибо

创建者 Ayush B

Apr 11, 2022

wonderful course

创建者 Nima f

Apr 6, 2022

Very Good

创建者 Chandan B

May 8, 2022

so happy

创建者 Navya M

Apr 20, 2022

good

创建者 qixiu j

Apr 13, 2022

good

创建者 Wisa L

Apr 8, 2022

GOOD

创建者 1441-RAHUL S

Apr 8, 2022

nice

创建者 Ayatullah K

Nov 19, 2020

The first two courses needed to completed this course successfully.

I have previous experienced of programming with c++ and javascript. So this wasn't

difficult to me. However, I have learned a lot of about web services. How to retrieve

web data with python and manipulate them. From week 1 to week 4 was, how can you

retrieve web pages, how to request a server and get back web data using some python

libraries like urllib(a python library to retrieve web page). Overall, for the assignments

you have to know programming logic a little bit. After retrieve web pages you need to work

with data. So you have to know conditon, loop, list, dict etc. All the assignments of this

course is calculate sum or count of a list of data.

The last two weeks you will get familiar with xml and json. These two is the communication system for

service provider and consumer. How easy they communicate and exchange their data.

It uses for the service oriented approach mostly.

创建者 Leonoor K

Aug 11, 2022

Solid course, just like the first two. Level clearly increases from the basics, you gotta use everything you've learned so far. A shame that some of the google API content discussed has become less relevant/useful now that google has moved the data behind a paywall.

4 instead of 5 because of unclear discussion of "REST" in the final week. It isn't discussed in the actual lecture videos or discussed in the book, yet is brought up in the quiz. Repeated confused questions in the the discussion board (plenty of which are years old at this point) have not changed this.

A big shame that the staff in the discussion often seems frustrated with the students, making their answers less than helpful, even rude. Perhaps the team is too small or the workload to heavy? Given the price of coursera I would expect better.

创建者 Ana B

May 26, 2023

I love Dr Severance and enjoyed the two previous courses, but in this third one I found the assignments particularly challenging with some disconnection between the examples in the slides and what was expected from our side. In any case, I don't want to discourage anyone from taking these courses because I still find they are fantastic.

创建者 Agustín D L S

May 7, 2023

Really good course. I learnt a lot of new things.

Just a comment: The second assigment in which you need to use the Beatiful Soup library seems to be very challenger according to what you see in the lectures. Maybe you should add a copple additional lessons on that topic to better explain how it works.

Thanks and regards.