Excellent course and excellent instructor. I highly recommend taking this course!
Ratings and Reviews for Using Python to Access Web Data
Back to course Page
Reviews and Ratings
Reviews
First, thank you Dr. Chuck for the well-designed class.
Here are a few things that may help improve this class:
first, it might make more sense if you introduce python class or object first, then the package and method and return type will make more sense.
second, it could include more coding for scraping on the web, the examples are very limited(well, ok I understand this is a pretty introductory course....)
Last, for those who use python3, there are many thinks you should notice to make ur code work, such as from bs4 import BeautifulSoup, also notice the urllib has been split so you should import urllib.request and urllib.parse, also for those return value as byte, use decode('utf8') to convert it to strings, otherwise it will cause a lot of trouble in json
Really awesome course to know how to access web data using python. I love this materials because those materials are excellent, excellent teaching style perfect examples.
There are many details don't explain clearly enough for a beginner to understand.
Thanks
Too expensive
Excellent learning platform!
Very tidy and step by step course. Dr. Chuck has a great sense of humour, it wants you to keep wanting more. The bonus videos with all the great inventors of the languages is like cherry on cake.
Awsome course
一门好课程,学到很多。