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

热门审阅

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.

XZ

Jan 8, 2017

Very nice intro class to learn how to access web data. Even though the assignment is a little bit easy, i still get a lot of fun exploring the skills i studied to access some websites as exercises

筛选依据:

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

创建者 Divyum S

May 31, 2020

The course helped me learn how can we parse HTML, XML and JSON files. Theoretically, i feel like i have not understood completely as in how the methods and libraries which are used to parse the webpages work.

创建者 Sumeet A

Jul 16, 2018

The course material was brilliant. I especially enjoyed working on the Assignments. What I'd really love is to have some more assignments given to people who are interested in practicing the concepts further.

创建者 Vipul P

Aug 16, 2017

The course was bit fast when ti comes to understanding the command related to the URL library and the JSON library. It would be good, it the course consist of additional material on the coding logic involved,

创建者 Joey G

Sep 20, 2016

This class does a good job of easing you into the world of retrieving and using web data. Though, I do wish that there were just a few more assignments at the end in order to solidify the learning a bit more.

创建者 Petrov A Y

Jul 29, 2016

I've learnt a lot of new. I've discovered such things as XML and JSON for myself. I hope this course become a great beginning for my further studying of computer science. Thanks to Dr. Chuck and his comtades.

创建者 Raunaq K

Dec 4, 2015

Great course!

I mainly loved it because it does leave some things for the learner to be figured out and does not spoon feed the answers to the assignments!

The videos are really fun to watch as well!

Thank you!

创建者 Freddy R

Dec 3, 2015

I am glad.. this is a second Python course with Dr. Chuck and University of Michigan. The courses has been very useful and i have applied it in another programs that use python for to develop scripts.

Thanks..

创建者 Hari T

Sep 23, 2021

I love this course. I did some coding before from YouTube. Every chapter has bonus videos which connects us to the programmers who did real stuff. It is important to know people behind who built those stuff.

创建者 Jennifer Z

Feb 26, 2021

Again, another outstanding, easy to understand and memorable course in this series. I even took a 9 month break before finishing the final week and was amazed at how much I remembered. Thank you, Dr. Chuck!

创建者 César A P C

Jul 21, 2020

It's a very great course and Dr. Chuck is a terrific profesor! He explains the content of the course in a very clear way and the assignments really help to completely understand what he teaches in the class.

创建者 Yogyata R

May 15, 2020

This was an interesting course , although I took lot of time to understand the things but later found them really usefull. Adding this to I came across API's and JSON which was bonus for me.

Thanks Coursera!

创建者 Шарипов М М

Apr 2, 2020

Another great course from Dr.Chuck, which explains things with great detailing and in interesting way. Thanks a lot for this great lessons, got some useful knowledge about using Python in Web Data accessing.

创建者 Yee L

Dec 22, 2019

The UM online course ‘’Using Python to Access Web Data' is awesome and valuable. Thus I aspire to complete the course, titled: “Using Databases with Python” - “(4 of 5) Python for Everybody Specialization” .

创建者 fedebenavides

Sep 25, 2019

I would've loved some assignment that had to do with the use of OAuth and a popular API such as Twitter or Spotify or whatever. Still a great course thanks a lot to Professor Severance he is a GREAT teacher.

创建者 James L

Jan 12, 2018

"Using Python to Access Web Data" required more time and study than the previous two Python courses taught by Dr. Chuck, but it was worth it to see some more complex, real-world applications of the language.

创建者 柴杭莹

Aug 16, 2016

Excellent course and excellent teacher.

The course is well organized that though it's a bit rough at the beginning , once you get into the mindset the video lectures and assignments come together very easily.

创建者 Rodrigo F

Jun 28, 2016

Simplemente me encanta como está diseñado el curso. Tiene una mezcla perfecta entre contenido, dinamismo, evaluación y videos extras que el Dr. Chuck entrevista a personalidades relevantes de todo el mundo!!

创建者 Markus N

Nov 18, 2015

I liked the course a lot! What I could wish for is additional smaller assignments that test parts of the learnt theory as well as the current assignments. This would make the learning process more intuitive.

创建者 YI X

Nov 17, 2022

very good course. But there is still improvement to the homework. Since I spend a lot extra time following the sample code but it turns out that most of code is not needed. The course itself is really good.

创建者 Gamze M

Dec 29, 2020

Dr. Chuck is a great teacher. He makes it really easy to understand the complicated parts. He loves what he does and you can feel it while you are taking his courses.

I will continue to attend his courses.

创建者 Prakhar k

Aug 29, 2020

Thanks for availing this course.

This course really helped me to learn new things and as a studying engineer it really helped my academics to learn web information exchange , retrieval and analyse new stuff.

创建者 Makarand D

May 15, 2020

This is an excellent course. it teaches you and shows you how easily one can access data from the web using Python. The code samples and exercises show how you can retrieve web data in xml and json formats.

创建者 Disha V K

Apr 25, 2020

The couse content was somewhat new to me like the JSON that I enjoyed much with simplicity of Python.

The topic like XML and XML schema were already known but there was a new touch given to them with Python.

创建者 ASHWINI A

Jan 28, 2019

I learn't many things from this course, this course is for those people who want to know the real world application of python and how easy python makes everything and thus python increases your productivity

创建者 Craig K

Oct 24, 2016

Getting a little more difficult but you have the tools to do it. Make sure to reference previous classes/chapters. Class is good in that it makes you use what you've already learned to solve new problems.