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,977 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

MP

Invalid date

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.

ML

Invalid date

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:

7576 - 7600 of 7,936 Reviews for Using Python to Access Web Data

By Oleksandr P

May 13, 2021

I did have a background of around 3 months of learning Python so I was able to go through the course in 3 days. Comparing to other online course materials very extremely easy and assignments were simply "change a few lines" from what you saw in the lecture. For beginners might be a good fit, but wasn't for me. The only reason I stuck with it to get that certificate for my linkedin

By jose c

Jul 14, 2019

El contenido del curso es denso, sin embargo el Dr. Chuck nuevamente explica detalladamente que esta sucediendo en el código, como facilitar el trabajo con el uso de librerías que son muy útiles para este tipo de tareas, el curso en lineas generales es confuso pero no porque haya habido una mala explicación del mismo solo que el contenido del curso lleva tiempo entenderlo.

By Valen A N

May 19, 2020

It was good as an overview course for someone who already knows a lot about the web. However, a beginner can have difficulties coping up with the course because many topics are simply bombarded on you and they are fairly technical. This is the reason why you should not take this course if you do not see yourself using the information from this course anytime in the future.

By Davide C

Jun 6, 2016

The course was a bit too shallow for me, the techniques shown are very basic examples of what can be learnt using stock python libraries (json, socket, urllib, ElementTree) or external (BeautifulSoup).

I really expected something more, for instance authentication techniques, or methods to parse complex websites, rather or in addition to the basics shown here.

By John L J

Mar 19, 2020

The course is solid, and give a great down and dirty, fast paced understanding of the subject matter. My only con is your REALLY need to pay attention to every aspect of the codes otherwise you will miss key information necessary to make the assignments doable instead of hair pulling frustrations. However once you find that everything falls into place.

By Sushma R

Jul 3, 2020

I left some of the concepts were too fast, As the course says it is for beginner he should have went bit slow and stressed some important programs and I didn't understand when he suddenly jumped on topic to topic to fast, whenever he teaches a topic he wants to give two three examples and then go to new, but he was fast and he was in a hurry

By Jayant G

Sep 15, 2020

The Assignments were not challenging at all they did not make me think much and also the course material was not in more in detail especially the material for Week 6 where I expected to learn more about REST Architecture but I wasn't much emphasized and also the part where BeautifulSoup was explained could have gone in more detail.

By Jesse O

Jul 13, 2020

Dr. Chuck is great, and I love his lectures. My only issue is the assignments were very challenging (for me, at least), and there is zero help to guide you. No prompts, no nothing. I find it completely crushes motivation when moving nicely through the course. The final assignment of this course took me all day, using external help.

By Maria S

Mar 12, 2021

This course provides a good overview of how to use Python to access web data. It is less helpful in terms of teaching you the actual coding to do so. So you will learn what is within the realm of the possible. You will likely still need a lot of studying and practicing beyond this course to be able to do it independently yourself.

By Aditya K

Oct 1, 2016

The course did give me the the theoretical and syntactical basics in terms of how web programming is done using python. Chuck Severance is brilliant in his ability to explain complex concepts by reasoning via analogy. It would have helped if the problem sets were more challenging and in tune with real world applications.

By Aly T

Jul 1, 2017

The quality of the documentation for this course dropped off compared to the first two classes. The problems are complex enough for first time programmers that it can be difficult to follow. Reviewing the discussion forums is barely helpful because the salient details get redacted to the point of being unhelpful.

By Judith T

Aug 11, 2017

This course had way too many explanatory gaps around encoding and decoding - yes, I understand what they are, but not when to introduce them into the program and not always how to call them - and around parsing XML. I ultimately could not get the library recommended to work at all and used an alternate library.

By Swati C

Aug 14, 2019

Not as informative as the previous 2 courses in this specialization. The instructor had to skim lightly over a few code chunks, not deep enough of a dive. It's a good introductory course to accessing web data, but left the impression that there's a lot more to be learnt if one wants to specialize in this area.

By Sarthak B

Apr 7, 2021

The course should have been more in deep with a little bit of more explanation for Chapters related to XML & JSON. Considering that this is a beginner's level course, the course should have been more well constructed, including basics of the API key code, parsing, what OAuth & other functions actually do.

By Moniruddin A

Apr 12, 2016

This course is good for those people who has never program in Python. But for experience people there is nothing new in this course.

I would really appreciate if

1) the target audience is mentioned in a course it would be really helpful

2) what a person would achieve after completion of a course .

By Lee P

Jul 14, 2020

Course could have been excellent if the TA(s) actually helped as opposed to telling you to redo what has already been done. Repeating the same thing over and over again is a crappy teacher. Finding a new way to inspire, encourage and give direction is the hallmark of a teacher (assistant or not).

By Vinit J

Jul 2, 2020

Honestly writting, the explaination by tutor in this course was a little difficult to understand and i will rate 1.5 or maximum 2 on that basis. i refered Youtube for few content . Explaination can be bit more easy to understand. Else the length of course is good and course is interesting though.

By Brett K

Sep 18, 2017

It's not bad -- the lectures are good -- but the programming exercises are quite easy. Often you only need to change one or two lines from some provided example code. Code reuse and not reinventing the wheel is a great idea in the real world, but in a class, things could be made more challenging.

By Ignacio G

Aug 30, 2019

Interesting. However, a little bit long for the little content. The code doesn't seem very elaborated nor pythonic and as if it were done in a hurry. The assignments do not ask you to program, but just to do minor changes to the code. Assignments have realistic expected times for completion.

By Frank E

Sep 24, 2020

This was the worst U of MI class in the specialization. The videos are outdated or made for Python 2.x not 3.x. The lectures also do not give you all the skills needed to do the assignments. It would be ok if the assignment was to spend hours researching how to do something, but it was not.

By Vanessa B

Apr 16, 2021

Much harder than the previous courses in the Python Specialization. People with no prior coding experience will have a very hard time. The concepts are only barely introduced before the assignments force you to make huge mental leaps in order to complete them. Needs more instruction.

By Keshav K

May 9, 2019

the first two courses were really good but this course require some real skills and intrest of programming

many times i got struck in between and it was tough to find a way out but finally it took me 15 days to complete the course as compare to first two which took me around a week

By George A

Jun 26, 2019

Not as good as the first two courses. The regular expressions section was great but the rest of the sections had assignments that were bad. I'm talking wrong starter code was posted, or just really easy assignments that required changing one line. Don't pay for this course.

By Yash J

May 4, 2020

Very Short Explanation on concepts ...I was unable to completely understand and write code on my own especially working with Urls and how to fetch data in my code on my own.So I felt this course little tricky to understand may be from my side or It was too short and fast.

By Jomar J

Sep 30, 2020

Compared to the earlier courses, I had a lot of difficulty in this one. I had to research for more additional content to understand the lesson. Especially for weeks 5 and 6. The provided material is not self-contained. You have to double the effort to finish this one.