Enjoy every bit of the course. Again, Thanks Dr. Chuck
Ratings and Reviews for Using Python to Access Web Data
Back to course Page
Reviews and Ratings
Reviews
Was well structure until the part about accessing parsed data in JSON; this was a little rough as the example provided in the lecture accessed data like: parsedjsondata['person']['age']. In the actual assignment this does not work and I had to use a work-around by using range(len(dictionary)) which is not covered in this course.
Excellent...
Wonderful. Dr Chuck is awesome
Very good course showing how to interact with the internet. Assignments could have been a little more taxing but on the whole it gives a flavour of what is possible.
I really enjoyed this class. Thee professor's way of teaching makes it very easy to understand python. I am looking forward to his other future classes
Thats a great course and the instructor teach superbly!
I enjoyed the course very much. One can start the course before the formal date, which is a very good option for the people, who does not have much time. Thanks a lot for your work.
Excellent course!
This course is really fantastic! Both the lecture and assignment are well prepared.Now I have got basic concept of accessing web data using Python.It's time to write my own Web crawler now!