Chevron Left
返回到 Using Python to Access Web Data

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

4.8
44,494 个评分

课程概述

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

热门审阅

MV

May 30, 2020

Highly recommended to anyone wants to learn the python to access web data, you will definitely learn the content smoothly with the awesome instructor, yeah, great instructor, i love his teaching style

MP

Apr 7, 2016

This course is really very useful.The effort given by Dr.Chuck is very appriciateable and this course is very interesting as well because many great programmer told their history of discovered thing.

筛选依据:

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

创建者 Peter B

Sep 6, 2018

I'm not a new programmer, or new to web programming, but I found the conceptual overview somewhat useful and definitely very engaging. I was more in it to learn the syntax, and learn I did.

I think the assignments on this course were somewhat too easy, even for someone brand new to programming.

创建者 diego m

Sep 11, 2020

I liked the course and the rythm of the videos but I wish there was a bit more info on what the different libraries do in the sample codes. I get that there is reading and coding to do on our own, but towards the end I did feel a bit lost trying to understand why I was using some of the libs.

创建者 Rishav R

Aug 25, 2020

This course have many things missing but if you do a little research you will find many more things to explore. This course is not so good as compare to the rest of 2 i completed but yeah it will give you a wider sense of programming and introduce you to a real world.

THank you dr, Chuck,

创建者 Tungon D

May 11, 2020

Hello budding Python pros out there, I have completed this course as am writing a review.The course was very interesting, learned many new and useful concepts, you definitely should take this course.Thank you so much Dr.Chuck. I loved the course and the way you made it easy for me.Bye ....

创建者 Ed W

Dec 11, 2019

Challenging at times but ultimately rewarding. The assignments are well thought out, and the right mixture of not having to start from scratch but re-working code examples to suit the purpose of the assignment. This still ensures that you understand what each line of the code is achieving.

创建者 June L

Apr 28, 2018

It is a little difficult for me, it will be better if the "a long story" part can be explained more precisely. I often meet with some problems when I use urllib and change the serviceurl. It takes me a lot of efforts to deal with the problems, but I still not understand this part totally.

创建者 Andreas K

Feb 7, 2016

I prefer the format of the previous courses, where the video of the professor was in parallel to the notes/presentation and did not alternate between slides and video of the professor. It gives you more time to make your notes, and refer to the notes while the professor is talking.

创建者 Sreehari

Dec 28, 2015

This is a good course if you are interested in getting to know how to parse html data and xml/json data using python libraries. The techniques you learn can be immediately put to use to do some really cool things with existing APIs like the twitter API, or that of Google and so on.

创建者 Roger M

Feb 5, 2019

The course is very interesting and educational. However the instructor explains very well the concepts. Besides I appreciate the effort to build a parallel environment to test GMaps API, since the service is not available anymore without registering a payment method (as of 2019).

创建者 MD. M H

Aug 19, 2020

this course was awesome. But I think there is a very short discussion on geojson or I couldn't understand properly. And API wasn't shown practically too much so that when I go for the search I could not make a match with lectures. Hope that my review will help the next learners.

创建者 Divya A W

Oct 23, 2019

It becomes really difficult as you go with the course. First two courses were really great and simple to understand but this one was really difficult to grasp. I had to go back and forth the training to complete some of the assignments. But overall good explanation by Dr. Chuck.

创建者 Sunil M

Apr 26, 2018

A lot of useful topics covered in this course. And presented very well, in easy to understand fashion. I would have loved it to be a bit more detailed, with more examples, variations of what all can be done, more assignments etc - so the student gets a solid grip of the subject.

创建者 SanSri1

Nov 29, 2020

Quality content, but it was difficult for me, as a beginner who has no experience in web data-how things are working on the internet- I felt that those things could be explained in little more detail, so that one can understand what one is doing. Understand the relevance of it.

创建者 Yui Y

Jul 25, 2018

This course was a great course, just like the previous two courses. One thing I would say is that I wanted a little bit more practice. With the textbook there are many practices but it would have been better if there were more assignments so that I can make sure I understood.

创建者 Giuseppe P

Oct 22, 2021

The course teaches fundamental & useful skills related to accessing data an files from the web, but it doesn't have much substatial material and there is also a lot of fluff in it, too easy considering that you are supposed to have learned the basics in the previous courses

创建者 Andres N

Apr 19, 2021

As always, Dr. Chuck Severance is a great teacher. I just hoped he had more time to expound on the concepts. For a complete beginner (background in Philosophy) some of the key concepts are still too technical to grasp and could've used further elaboration before proceeding.

创建者 Tarek L

May 27, 2020

This course is a nice way for those who are tech averse to get their feet wet into the complex jargon of web. It is a way for those of us mortals to get a peek under the hood of the internet and get a global understanding of the major inner workings of the web applications.

创建者 Nowshin T

Sep 2, 2020

I am rating it 4 star because while it had been an awesome course, it didn't really dive into the depths of things. All things were basic. But, wow! what a way to learn those basic things!! Had it been possible, I would've rated it 4.5~4.6 (but that's not possible so... :)

创建者 Bernhard K

Nov 16, 2015

I thought this one was better than the first (two) part(s). Short, self-paced, to the point. Easy to follow and implement. Highly recommend this one. (All I wanted is actually the JSON part, but I got so much more.)

Quizzes and assignments could be an itch more challenging.

创建者 Brian K

Jul 17, 2017

learned a lot. Good course, fast paced. Was not able to learn how to access Oauth credentials for Twitter. Online support for this was not helpful, but it ended up that this was not needed for any exercises. Still, I wish I was able to learn the Python Oauth process.

创建者 Florian T

Oct 19, 2020

In total the course was nice and I learned a lot.The lectures were quiet challenging, especially the XML chapter. I'd like to have a bit more input for this part and the assignments, as it's more complex than JSON. But as always good explanation, videos and assignments.

创建者 Raj K

Jul 18, 2020

Being an amateur in programming languages, learning about HTML, XML seemed a big deal to me. Dr Chuck was an excellent teacher in breaking down the concept to the basic and explaining it in the easiest way possible. Learned a lot from the course. Thank you, Professor.

创建者 Ruben J

Apr 24, 2019

This is one of the best courses i ever attended, dr.chuck is very very thorough on the basics, and thats where the strength is. I love this, and recommend to anyone and everyone who wants to know about, python and web-data, JSON, API's and all the interesting stuff.

创建者 Kat H

Feb 25, 2017

I felt a big jump in the learning curve once we reached XML and JSON. I could complete the assignments because all I had to do was make small changes to code provided, but I don't feel like I've even close to understood yet! Will keep re-reading the book chapters...

创建者 Ben T

Jul 26, 2017

The assignments are too easy in my opinion and don't require some thinking, but just some pure copy/pasting or repeating of already seen examples. I think that's something that could be improved because the content of the class and the lectures are actually great.