Chevron Left
返回到 Data Collection and Processing with Python

学生对 University of Michigan 提供的 Data Collection and Processing with Python 的评价和反馈

4.7
4,023 个评分

课程概述

This course teaches you to fetch and process data from services on the Internet. It covers Python list comprehensions and provides opportunities to practice extracting from and processing deeply nested data. You'll also learn how to use the Python requests module to interact with REST APIs and what to look for in documentation of those APIs. For the final project, you will construct a “tag recommender” for the flickr photo sharing site. The course is well-suited for you if you have already taken the "Python Basics" and "Python Functions, Files, and Dictionaries" courses (courses 1 and 2 of the Python 3 Programming Specialization). If you are already familiar with Python fundamentals but want practice at retrieving and processing complex nested data from Internet services, you can also benefit from this course without taking the previous two. This is the third of five courses in the Python 3 Programming Specialization....

热门审阅

MI

Jan 21, 2021

very good, very intuitive course material. however doing something in full python environment within the course would have been even better. thank you professors and all others from UMich and coursera

CM

Oct 9, 2019

This was a really excellent course. The functional project at the end helped me understand how recommendation systems work and now I'm very excited to try to build a similar system for books I love.

筛选依据:

626 - Data Collection and Processing with Python 的 650 个评论(共 710 个)

创建者 Manoj C

Aug 28, 2020

GOOD TO LEARN

创建者 amma n

Jul 23, 2020

good courses

创建者 Achraf N

Apr 30, 2020

great course

创建者 Paul H

Feb 1, 2021

Great class

创建者 Nischitha A

Sep 28, 2022

ammazing

创建者 YUJUN F

Jun 22, 2020

后面有点儿难了

创建者 Artur C

Nov 8, 2024

kl.jkl

创建者 BASSI, G

Aug 24, 2023

uxgium

创建者 George S

Apr 2, 2019

greeat

创建者 Akbar B

Apr 13, 2024

Salom

创建者 Amir S

Sep 19, 2020

good

创建者 Taraksa R

Jun 29, 2020

good

创建者 Litesh G

Jun 27, 2020

good

创建者 albuquerque j

Jun 7, 2020

💯🙌

创建者 Terry M

Mar 14, 2019

The content itself was "clearly better than average" but the delivery ( due to Runestone being buggy ) was "clearly below" average. Figuring out what's wrong with your own code is a "good stress" because there is something you can do about it. Figuring out why Runestone is doing something unexpected is a "bad stress" because all you can do is paste it into a discussion forum and wait ( often for quite some time ) for a reply which may or may not be helpful. So here's the thing; it's not always obvious as to when it's the former at play vs the latter or perhaps even both and hence one is left to speculate as to whether or not one is spending hours diligently and happily *learning by doing* or just *Completely Wasting Your <hyphenated expletive> Time*. This review applies to courses 1-4 .

创建者 Paul C

Mar 27, 2021

This course covers a lot but the lectures are poor and project work is too tedious. In the lectures, he seems to be reading a script and any elaboration is rushed. I found myself pausing and rewinding a lot. Generally, it is read far too fast for me to take it in. The projects are a bit clever for their own good and there are problems with clarity and errors that are not being addressed. You have to use the forums best before you start doing a weekly project to find out where the problems are. It seems they post their courses and forget about them rather than improving them based on user feedback. That said, provided you have the time to spend a few days lost in code then I'd recommend this course for sure.

创建者 Partha M

May 16, 2020

The first two weeks of this course had a smooth intonation to it but the third week suddenly became a point of lots of things packed here and there. API's were introduced and which was not bad to learn the timeframe was too short and sometime a bit tedious to deal with.

The project at the end of the third week was a simple one which could have been easily done if not for the buggy runestone environment. The same code that fails once worked when the page was refreshed syninymous to switching on and off the computer solution. Nevertheless I adore Proffesor Resnick and woud love to attend more courses done by him. He is the only saving grace that would make me recommend this course to anyone.

创建者 Loreisis H

Feb 3, 2020

The beginning of the course was fine

(The first two weeks). Week 3 was a hard fight to overcome. I couldn't understand why we were suddenly dealing with API. Compared to the previous 2 courses (in this Python3 specialization) I think working with APIs has been difficult, I think it would be helpful if there were more exercises to work with APIs in the material before addressing the project. The final project requires a lot of analysis in the forums to discover how to do things. And the Q6 of the final project was very complex to overcome

创建者 Benjamin S

May 19, 2020

The first two course are great and I learned a lot. They prepared you to take the final test. This course did not prepare me for the final. It was a struggle to get through and I needed help at several points from the forum. I am going to try to attempt to write code using several API's outside of this course before I move on to make sure I understand this information.

创建者 Carlos O

Mar 20, 2023

This course was ok. Runestone environment which is quite useful for previous courses, for this one creates a difficult layer to deal with. When we try to run in a Python environment, some stuff just don't work (requests_with_caching.py, the 404 status on tastedive site) and it makes it quite difficult to 'translate' between python and runestone.

创建者 C W

Dec 5, 2019

Difficult last project w just Runestone -- would recommend doing project on Jupyter to actually see what's going on w/ your code then pasting to Runestone to make it work for the class. Runestone is fine for smaller quizzes but 2/2 size of output window (as to what's actually happening in your code) really only good for a grade.

创建者 Natalia R G

Nov 25, 2021

Weeks 1 and 2 were fine (a bit too easy, but fine nonetheless)... but week 3 was a nightmare. Basically, week 3 is comprised of a few video lectures that are not that easy to follow, no exercises at all... and then... a project that was almost impossible to understand. This huge difficulty spike made the course a slog...

创建者 Joseph T

Oct 16, 2021

Great information but there are issues with the way Runestone limits Python functionality. For the final project I had to use an Incognito window to prevent bugs, and the directions were unclear. It took 2 days of trial and error to figure this out, and the course staff was not helpful in resolving the issue.

创建者 Nadir A

Jul 30, 2021

Overall the course is good, but the tool for doing the homework and test is the worst. Wasted too much time trying to figuring out how to get things just right for the automated grader. And as a busy professional I don't really have time to waste like that.

创建者 William M

Jan 30, 2021

Went from zero to sixty. The final question on the last test took forever because the dataset is flawed and there is no ['Ratings'][1] for two of the movies. Would have been nice to know with ANY sort of feedback at some point before you put it all together