(256 Reviews)
(217 Reviews)
AH
Mar 4, 2016
Gah! The second last assignment...for items in data['comments'] :Took me an hour to figure out that I needed to add that last bit in brackets! It just did the for loop twice each time... All the best!
SM
Jun 19, 2020
This course was really interesting and did a good job introducing complicated topics in usefully simplified form. It was a pleasure to listen to the instructor and I got everything I wanted out of it.
By Shafkat K S
•Mar 10, 2020
I really liked this course. I have learned so many new things here. But the API access part was a bit rough for me. Because the video was not updated. I guess there could be a simple lecture how google changed their charging and how to access twitter's API.
By Aryan J
•Sep 12, 2020
THE COURSE WAS VERY INFORMATIVE IN IT SELF ALTHOUGH I HAD A BIT OF PROBLEMS DOING MY LAST ASSIGNMENT IT HAS SOME PROBLEMS BUT NOW IT'S DONE SO IT OKAY ANY HOW THE COURSE IS A MUST FOR SOMEONE WHO WANTS TO LEARN SCRAPING OF SITES OR A BIT OF SELF AUTOMATION
By dhruv g
•Jul 11, 2018
its a decent intro class but I felt It missed out on a couple of things. We used beautiful Soup to parse html, used etree for xml without exploring the overlap between them much. However the course has prepared me with the skills needed to start on my own!
By giri n
•Dec 15, 2020
This is relatively hard compared to part 1 and 2. A word of caution: do follow data structures and python official documentations and web structures by other sites to get a step by step approach/supplement . This is still a good guide for summary though.
By Daelyn B
•Jul 5, 2017
Overall it was quite an informative course, though some parts I was left stranded and had absolutely no idea how to continue with some assignments, hopefully when python 3 rolls out for this specialisation it will make it a bit easier to follow through!
By Aadit A S
•Mar 15, 2020
It was gr8 but i'd really like there was a guide for how to install modules like xml.etree.ElementTree etc. I was stuck cuz my program didn't work since i didn't have the module intalled...There are guides on youtube but very few are actually helpful.
By Eduard R
•Feb 8, 2025
For me it seemed too simple and superficial. Pros: a more interesting approach to completing and checking assessments than in previous courses. Cons: the tasks in the quiz for module 6 contain questions on topics that are not covered in the course.
By Monoplex N
•Jul 5, 2020
Week 5, the assigment sample coding has API included, which was not discussed at all in Week 5's lecture. The sample coding is very confusing. Please replace the Week 5's assigment coding sample with a more relevant and clear coding sample. Thanks!
By Regulus R
•Oct 30, 2019
I feel the second assignment on week 6 is too easy, it basically writes the whole thing already. Also the materials in week 6 are kind of too much and too fast. Maybe it is better to slow it down and have a more detailed explanation on everything.
By Anindya B
•Dec 1, 2018
This course is good but i think i need to have another course of the same topic to understand and grasp the subject more strongly! Overall experience was nice. i got early replies from the mentors when ever i asked for a doubt in discussion forum.
By Santiago F M
•Jul 9, 2017
So simple to practice and understand.Still, I think this course is valuable for programming in python.
P.D: Is a pity that can't access with honour code for all five courses of specialization, and subtitles of videos were not translated to spanish.
By Tarak S
•Jul 21, 2017
Thanks Dr. Chuck, but at some point during the course I feel we got a little less knowledge. So, 4 stars this time.
I'd prefer a book to learn more, and that's how it should be.
So, thanks again Sir for putting up such a great coursework.
Thumbs up!
By Rob C
•Mar 10, 2020
Great course. Minus one star because things start to move a little fast and erratically in the last few weeks. If I'm not mistaken some topics on the quiz were never actually discussed in the lecture nor the literature (i.e. REST as an acronym).
By Todd S
•Nov 9, 2015
A good course that gives insight into how data is exchanged over the Internet and how Python can be used to manipulate and use that data. For each chapter, I recommend adding 1 additional programming assignment with a little more complexity.
g
By Lucas A
•Feb 6, 2019
Overall I liked it. Dr Chuck is a very good teacher, and the materials are well structured.
I'm just not giving 5 stars because I think It could offer a wider range of exercises, so that we could practice and consolidate the knowledge provided.
By Ehab Y K A
•Jul 23, 2020
This is great introduction course to networking, i believe this course should be longer and discuss more details of access web data; such theory of url and format. API types in more details. overall it is great introduction course to web data
By Aravind K
•Dec 21, 2019
Please update the google api lecture with regards to its api key because i got scared when i saw the geocode assignment and i was unprepared for the assignment because i couldn't play around with the geocode api as google just requested a key
By Diego D
•Mar 15, 2021
Es un buen curso introductorio, pero hay conceptos que se necesitan clarificar con mayor detenimiento para entender el código al 100%. Quizás dividir el curso en 2 sería más útil para poder tener un mejor entendimiento del uso de cada línea.
By Veronika M
•Feb 12, 2019
It is a definitely helpful course to broaden your horizons. As a person who has never done anything in HTML or JSON before, in this course I‘ve learned some basic syntax. But to make use of this knowledge one should go much deeper into this.
By Haci K
•May 7, 2018
Some of the vids are a bit long, I enjoy listening to Charles but I would prefer a "short" version and a "long" version of the explenations, but he knows what he's talking about and he knows how to pass on the information in a sane manner ;)
By Saimur A
•May 5, 2020
Very helpful course, its getting harder this time and become more challanging but if you give some time to it understand the the basic and ask your question in the discussion forum the course woulc feel like the previous easier courses.
By Amira R A
•Dec 23, 2019
I was much more confused during the lectures of the last four weeks maybe some of them required seeking more resources but overall even if I struggled with some assignments, I gained A LOT of valuable information. Thank you
Love Dr Chuck
By Francesco B
•Nov 17, 2015
The arguments are really interesting and even quite well explained.
In my opinion however it should be focused on less topics in order to gain practical skills: there are too much arguments and none of them seems to be explained in depth.
By Nihaar T
•May 12, 2020
The teaching is excellent and the assignments given are awesome. However, sometimes during the lectures it gets a bit too theoretical and hence is difficult to follow. Also, would love to have more number of assignments for each week
By Pankaj P
•Dec 30, 2015
Very good introductory course to learn how you can code to get data from web using different constructs i.e. web crawling, web services, json api etc. Also introduce reg-ex and other programing construct to process the data from web.