Chevron Left
Back to Data Collection and Processing with Python

Learner Reviews & Feedback for Data Collection and Processing with Python by University of Michigan

4.7
stars
3,870 ratings

About the Course

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....

Top reviews

AG

Jul 9, 2020

Very interesting and fine course, in this course I learn how to solve Nested data and new a new thing i.e REST API which seems best in course 3 now I am excited about course 4. Thanking you Michigan

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.

Filter by:

76 - 100 of 675 Reviews for Data Collection and Processing with Python

By Enzo L

Dec 16, 2020

I really like the fact that this course offers written chapters along with the videos. As someone who sometimes struggles with concentrating while watching videos it's very useful. Plus, everything is explained very clearly.

By Yash K

Apr 28, 2021

Being a mechanical engineer, it is hard to get a grasp on IT-related things. I consider myself lucky to have found this course through Coursera. I wish the content creators the best of luck in their future course endeavors.

By Billy A

Dec 22, 2019

The course gets tougher at the end, but it is a very rewarding experience. I highly recommend anyone who's willing to take this specialization to follow the course order because it will be easier to follow through that way.

By Stefano C

Jun 23, 2021

Excellent course for a rather challenging subject, like nested data structures and APIs. Absolutely recommended for beginners and even for experienced programmers, there is always something more to learn from this course!

By Ravi S V

Feb 18, 2019

Really liked the course structure and assignments. Only small request would be if we could at least do the final assignment in a real Python environment as code debugging is slightly tedious in the Runestone environment.

By Carlos E V V

Jul 18, 2020

One of the best python courses to understand lists, dictionaries and json structures using nested iterations, lists comprehensions and sorting. It also introduces the concepts of REST and APIs to work with web services.

By waleedkhan j

Sep 3, 2020

I don't think i need to do any other python course on data collection and processing, APIs and stuff; after doing this course. The specialization is so interesting and innovative. I wish to do it once more. Haha

By Sahitya P

Sep 10, 2022

I really enjoyed the course throughout. Such a nice course it is. Well designed and good flow of concepts. The project was awesome. It really tested the application of various things I've learnt along the way.

By Pedro L F

Jun 1, 2021

Amazing course - Highly recommended. It feels very satisfying when all the code in the last project (which is somewhat challenging - comparing with the previous courses in this especialization) finally runs!

By Rashida N S

Apr 2, 2019

This was great course. Instructions are very clear. Reading materials are available to practice and better understanding. And also very interactive discussion forums to answer the question about assignments.

By JOSE A R C

Jul 16, 2020

Nice. Last task was really hard. I haven't used my brain like that in a lot of time; and I am a University student. I recommend this course even before the python for everybody specialization 3rd course.

By Md A I

Jan 22, 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

By Anmol G

Jul 10, 2020

Very interesting and fine course, in this course I learn how to solve Nested data and new a new thing i.e REST API which seems best in course 3 now I am excited about course 4. Thanking you Michigan

By Christopher M

Oct 10, 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.

By ABHISHEK G

May 4, 2020

This course provides a very good exposure in Nested Listing and dictionaries.Using REST API and parsing the JSON data.The concepts are explained keeping in mind there use in Industry .

Thanks a lot!

By David L

Oct 14, 2019

This course provides a good intro to working with data and internet apis in the json format using python. Definitely feel confident in digging deeper with APIs on my own after taking this class.

By Glenn R

Jan 3, 2022

Excellent course. Highly recommended. I learned a lot about parts of Python that I was not previously proficient in. I will definitely use what I learned in a job that I'm just about to start.

By Sherlyn H

Oct 15, 2020

The class is very basic. Excellent for people without a programming background. Slow for those who do, but you can skip through concepts you already understand. The exercises are very useful.

By Arjun V

Aug 10, 2020

Great course for nested data analysis, list comprehension and introduces one into the world of APIs. Lots to learn with special treats in the form of Dr. Resnick's dad jokes (pun intended).

By Howoo J

Jan 26, 2020

Another solid course in python programming specialization. After taking this course, you will be able to call data from API and manipulate nasty and unorganized set of dictionary and lists.

By Abhay R

Jan 25, 2020

Excellent coursework and exercises to learn, especially for beginners -

Really liked the presentation and constant support - seems like they know how people think while learning python :)

By Ve. E

May 17, 2020

I thoroughly enjoyed this course, and found myself often looking forward to Prof. Resnick's jokes. I also came to see the beauty and simplicity of Python. Great course. Great language.

By Jorge A

Feb 27, 2021

I thoroughly enjoyed using the Runestone tool to immediately test my knowledge after presenting new concepts, and especially when completing the exercises at the end of each chapter.

By Vardy U

Oct 27, 2021

The final assignment which requires secondary sort on string in rever order is genius!

Took a lot of trial and error to get it right.

Really learned the power of lambda and sorting

By Raza K

Sep 18, 2020

This course gives good introduction for working with basic built in data structure (list,dictionary and their nested structures ) and introductory knowledge to work with REST api's.