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.

筛选依据:

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

创建者 SUMUKH J P

Jul 20, 2020

This is a great introductory course for API's and I learnt a lot, but I wish there were more challenging assignments for better understanding. Tbh, most of the assignments were just tweaking the sample code a bit.

创建者 Alessandro M

Jun 3, 2016

The exercises are very simple. It would have been great if there was a final project so that the student can see how to use what he/she learnt in a real application. The videos and the teaching are certainly good.

创建者 Arun K

Feb 23, 2017

This was really a very great experience to have this course. I really had a good time and interest while learning the things. the best part of all these courses are that its very interesting and knowledge feeding

创建者 Joaquin M

Feb 16, 2016

Great kick-off for what I am sure will lead the students to countless hours of solving "puzzles" with Python. I wished the assignments would have been a bit more challenging but they definitively fit the purpose.

创建者 Mcvean S

Jun 14, 2020

A great course to teach you the fundamentals of the internet and how to interact with it using Python. It does not go into the depth of the topics and is best suited for beginner and intermediate level learners!

创建者 Jordan L

Apr 5, 2019

Week 6 assignment 2 did not provide proper guidance on how to complete. Had to rely on code instructor gave to complete. Felt this took away from the learning experience on the final assignment for the course...

创建者 Andres F A P

Sep 21, 2022

Tuve ciertas dificultades para entender algunos temas y ejecutar ciertos ejercicios, sin embargo, me parece una excelente introducion a conceptos y herramientas indispensables para trabajar web data con python

创建者 AYUSH S

May 6, 2020

Great Course! I was completely new to these topics and I found to have really gained something valuable after completing this course. The assignments and the course materials were too good. Enjoyed the course!

创建者 Atul P

Apr 14, 2020

The course is nice and prof. Chuck is really awesome at making things simple to understand. I feel the course could have been made little more rigorous. More assignments of good level can be cherry on the top.

创建者 Bruno M F

May 1, 2018

A good intro to xml/json but you´ll need more than this to actually implement both. I´ve been using mostly official python docs to complement this. It´s just too broad of a topic to cover in one single course.

创建者 Xianzhong F

May 30, 2017

This course is really good and useful. I appreciate a lot the efforts of Dr.Chuck made in computer science education. Compared with the previous two courses, this one is a bit more sophisticated to understand.

创建者 Aniekan U

Dec 23, 2015

I really enjoyed the course and found it cool how you can write python scripts to act like browser. However the API stuff (especially the twitter one) seemed kind of vague to me, since I don't have twitter.

创建者 penny q

Jan 14, 2021

this course is too difficult for me as a beginner for Python, but I found it's still possible to complete the course with a little more efforts and more time for trying. but overall, it's fine and I like it.

创建者 Deleted A

Oct 28, 2020

Dr.Chuck teaches everything from very basics,not just how to code, to access web data,what is the underlying stuff and how it is done in old days and now.The course is awesome for any begginer to start with.

创建者 Aidan T

Jun 15, 2022

Several assignments were just copy and pasting code mindlessly, and there could have been more clarification on how to implement beautiful soup, but otherwise the course was fine and relatively informative.

创建者 Shijith T

Mar 27, 2016

Charles did an excellent job while describing and making a student much interactive in his class. He showed the learning in a very basic way and i personally enjoyed the class. Cheers to the python class :)

创建者 Arpit J

Sep 24, 2016

I found this course difficult than the previous ones and would give a suggestion of adding more weeks if the course syllabus demands.Syllabus of this course is very vast and so lectures must be increased.

创建者 Akhil G

Apr 11, 2016

Dr. Chuck class is full of learning and fun. He leads us through everything in a logical manner thus even people who do not have a lot of experience with programming, even they find it easy to understand.

创建者 Daan

Dec 21, 2015

Great introduction to web scraping, basically teaches you what you need to start doing web scraping on your own. Only remark, why teach urllib instead of requests? requests seems to be the better library.

创建者 abhinav y

Jun 10, 2018

Very good one for candidates who are new to comp science and programming, helps one gain a lot of abstract understanding about computers, internet and networks.Assignments could have been more engaging

创建者 CR T

Jan 9, 2017

it would be 5 star rating if you will provide the deep detail or other practice exercise for Beautiful soup json and rest api

overall great course learn api and i am using Beautiful Soup now very often

创建者 MONIKA V

May 31, 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

创建者 Yu W

Dec 16, 2019

I hope the problem of the final assignment can be fixed as fast as possible. I waste 3 hours looking for the correct answer by using the keyword to find the answer. However, the keyword is not correct

创建者 taoheed a

Aug 23, 2019

interesting course. well structured and paced with practical real-life examples and clear study materials. i strongly recommend this course for anyone considering learning python. Thank you Dr. Chuck!

创建者 Subin J

Mar 28, 2017

The course is very good. However the course covers only the basics of how to use python to access web data. It would have been good to add an assignment to use REST APIs in the real world scenario.