Chevron Left
Back to Using Python to Access Web Data

Learner Reviews & Feedback for Using Python to Access Web Data by University of Michigan

4.8
stars
43,924 ratings

About the Course

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....
Highlights
High quality content

(256 Reviews)

Practical assignments

(217 Reviews)

Top reviews

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.

ML

Jun 16, 2017

Excellent course with in depth explanations. It is well structured. It learn to access Web Data from very basics to optimum level. It help me to understand details of using Python to Access Web Data.

Filter by:

376 - 400 of 7,924 Reviews for Using Python to Access Web Data

By Sachin K J

Apr 2, 2020

This course is really very simple for those who already know some programming languages. And too abstract for those who are really new to programming. I would suggest you to go through book once in a while after you complete the chapter that will really help you some up everything you have learned.

By Ruth C

Jan 30, 2021

love the class. It is a little unfamiliar territory since i do not have a computer science back ground and find the high level intro to accessing the web very useful. Having had self-taught to write bash scripts and working in R, it does help to understand everything that was taught in the course.

By Diana M

Sep 17, 2020

Overall I really enjoyed the class. Using the free Python book as a supplement helped me to solidify newly acquired information. Dr Chuck's explanations are, as usual, impeccable. I encourage everybody who's taken the first two classes in the Python specialization to also take this one. Good luck!

By Robert T

Jan 17, 2017

Professor Charles Severance is great. Very straightforward, positive attitude. Fun to learn Python. He covered some good material on the background of XML and JSON with interviews and reviewed concepts necessary to call both XML defined by Schemas XSD and JSON service with rate-limiting and OAuth.

By Richard I C

Jul 18, 2016

This is the third course in the Python for Everyone series, which builds on the lessons of the first two courses. The course's automated grading made it easy to continue with each assignment at my own pace; and the way the information is presented makes it easy to learn without getting frustrated.

By Ahmed E

May 26, 2020

Dr. Chuck makes things easy to understand, he dives deep into the subjects and make them sound so familiar even if it's the first time you know about it. This course is on everyone's level and will take you form no programming background to a comfortable level to take on more advanced curriculum.

By Tiwari S R

Sep 12, 2020

I Really Enjoyed The Course. The Good Part of this Course is Bonus Chapter And Interviewing Part so we come to know How That particular Thing Invented.The Course Really Improve My knowledge as after this course Now I'm able to extract data from Web and also able to work with HTML, XML and JSON.

By Son N

Jun 28, 2016

The course is helpful for me. It gives me an overall view of what's happening inside every click of mouse on web browser. Through this course I've learned about XML, JSON, how to parse those data, how to use and request API and many useful things.

Thank you Dr. Chuck for your series Python class.

By Екатерина Б

May 7, 2019

A very useful course and with great explanations by Dr Chuck, high quality material and good content of the lectures. The course is more difficult than the previous two but it's great that it is challenging. Mentors helped me with the guidance when I was stuck on some assignments. Thanks a lot!

By Nikita L

Mar 28, 2019

I would like to have more assignments and more different tasks as often your assignment is just change 3 lines. Maybe it can be not mandatory as for some people is enought to learn to change just a few lines, but I would like to be able to practice more as part of the course and not on my own.

By Daniel B

Jan 3, 2016

Everything good explained, even if u would be a beginner. Earlier it took me much time to learn these concepts from different sources in web. Dr Chuck explaines this all (call webservises per APIs, JSON, XML, XML schemes etc) in a very vivid manner in this collection of videos. Recommendable.

By Suri S V S Y R

Jun 9, 2020

Lecture were easy to follow and intuitive. Assignments were well designed and challenging. Made the student think about how to solve it rather than just copying the structure of the sample code and change bits and pieces. Got a deeper understanding of the logical process of accessing the web.

By Rudy G

Jul 31, 2023

This was a really good course! The pace is good, course content is very well organized and explained very well, and the course assignments help tie it all together and put to practice. I also enjoyed Dr Chuck's 'after hours' and bonus interviews with some of the pioneers in field. Thanks.

By MAHENDRANATH V K

May 9, 2020

Learnt lot of stuffs on how python interacts with the outer world of internet, exchanging data of various formats through different web services approaches like REST ans SOAP. Retrieved information from Google and Twitter APIs. Our instructor's guidance was tremendous! Thanks a ton Dr.Chuck!

By Arun P

Apr 26, 2020

So Helpful!!!!!!!!

I learned a lot of Stuff and GeoJSON is awesome, all that API stuff is simply cool

I love PYTHON

and MR.Charles Severance(its better to be in Gryffindor, HAHAHAHa...) and Thank you Sir for such a wondeful instruction

and im looking forward to learn Databases too

Thank YOu Sir!!

By Vadim Y

Feb 21, 2016

Another great course taught by a master. This class is perfect for anyone who wants to learn how to retrieve and read data from the web with Python. If you are new to programming, take the previous Python courses in this series since this course builds on concepts learned in those courses.

By Cristóbal H J

May 2, 2021

Great course, learned a lot about how to use Python to access data on the internet, whether is plain text, html or some xml/json data. Not only how to get that data, but also how to parse it and do interesting things with it, I had a blast, thanks Dr. Chuck, can't wait for the next course.

By Atharv A

Aug 16, 2021

I have found this course very helpful in my journey toward mastering Python. Dr. Chuck is a very good teacher and he provided us with good course material with in-depth explanation. I would 100% recommend this specialization to anybody who wants to make their first step into programming.

By Johan V M

May 7, 2021

I learned very useful and interesting information in this course. I was always curious about how the internet worked and how data exchange across the web was performed, and this course fueled my curiosity to dive deeper into these topics. I totally encourage everyone to take this course!

By Mayank G

Nov 7, 2019

Dr. Chuck has made assignments very easy with his demonstrated examples. So much information packaged succinctly, my goodness only a True Teacher can do that. BTW, looking at the comparison of the Java books' thickness, I'm tempted to learn Java as well after Python. Thank you Dr. Chuck.

By SG

Feb 1, 2016

The whole Python for Everyone Sequence is Awesome.

Each of the individual sections has been exceptional.

Section 3 of 4 - This course Accessing Web Data and Section 4 of 4 ( DataBase ) were the main reasons for me taking the course.

I would highly recommend the Python for Everyone Series.

By Jesse C

May 5, 2019

Outstanding course! I began this course a week ago after completing the first 2 in the series coming in with just basic programming knowledge and I can't believe after this course I can now begin working with APIs, have an understanding of parsing/reading XML and JSON. Highly recommend!

By Annie F

Jan 28, 2019

The course was excellent and specifically admire the way Dr. Chuck teaches so effortlessly, that we understand the concepts very clearly. The assignments are also very helpful in practicing what we have learnt, and gives us the confidence to work on real-time projects. Thanks Dr. Chuck.

By Hongfei C

Aug 21, 2017

The third session of the Python course is more difficult than the first two sessions and is quite a great challenge! But the courses for Dr.Chuck and the help of every mentors give me more energy to dive into it to get to understand every details. Programming is really interesting area!

By Dave M

May 21, 2023

Clear lecture videos that are consistent with the book. Useful exercises whose descriptions and hints are almost completely accurate. Automatic exercise grading that was correct every time. Quizzes that were based on material covered and graded accurately. Overall, an excellent course.