Very interesting and fine course, in this course I learn how to solve Nested data and new a new thing i.e REST API which seems best in course 3 now I am excited about course 4. Thanking you Michigan
This was a really excellent course. The functional project at the end helped me understand how recommendation systems work and now I'm very excited to try to build a similar system for books I love.
por Enam B
•Very good and informative course. Learned a lot compared to the other 2 courses in this specialization. If you are planning to enroll, please after completion, try to remember whatever was taught in this course. I can guarantee, you will be able to code very efficiently.
Hints - I was able to complete the final assignment within 41 lines (including 9 blank lines, so, basically it is 41-9 = 32 lines) without using any special functions. Just used whatever was taught in this course.
I am really grateful to Professor Paul Resnick. And as always, a big fan of his jokes. Great course!!
por Tingting Y
•Many thanks to the University of Michigan for offering this extremely good intermediate-level python course, and thank you Coursera for making it free. I was able to apply what I learned in the two introductory courses in this python specialisation to very practical problems. However, the difficulty of the final project seemed to be too great a leap from that of the preceding chapter exercises. It would be a good idea to incorporate more smaller coding tasks as chapter exercises in this part of the textbook.
por Ayush P
•It's a great course to work on REST API's as we doesn't require any API key for extraction of data.
Mentor has very well explained the content, to how to extract data from JSON formatted dictionaries.
I loved the concept of understand , extract and repeat...
Just a suggestion : the indent argument in json.jumps is not showing the content in indented format . Therefore, it is sometimes difficult to understand the nested data.Please ! Fix that bug.
por Tushar S
•This was a very efficient course. It helped me to understand the basic concept of how internet works while requesting data from it. Further it taught me how to read and thus use the documentation of a few REST API. The environment is designed in a way that you can practically examine and use how API works, WITHOUT the need of having a key (*for restricted data available in cached file already).
Thank you to all the professors.
Love from INDIA!!!
por Stella B
•This course gives you so much understanding of API and how useful they can be! The exercises and especially the last assessment of week 3 requires to assembling everything you've learned(and sometimes more than that) to solve it. Through the process of trial and error, you'd learn more than you can imagine, not just on APIs but on how assemble multiple complex functions into 1 cohesive program. I strongly recommend to do this course !!
por Rodrigo S L
•This course is the most difficult in the specialization yet... If you've done course 1 and 2, this one is going to challenge you. However, finishing the course and getting the certificate, will give you great satisfaction. Dr. Resnick has a great talent for explaining things, and the textbook tool is simply one of the best tools to learn programming. Highly recommended.
Also, the dad jokes, LOL.
por Brandon H
•The final project was demanding and rewarding. Required overcoming diverse coding challenges to bring together skills from other courses in the specialization. Really a great experience. The openly available api keys made getting the working version on my local machine possible, which greatly added to the learning experience
The videos, examples and practice material were once again excellent
por Scott K
•Very informative. Great textbook and exercises. The lectures were a bit basic for me, but that's just because they were thorough. I was able to skip them and just use the online textbook and complete assignments to go faster when I wanted. Do yourself a favor and download PyCharm or another code editing program to make it easier to experiment on your own as you work through the assignments.
por PANIDAPU H C
•I AM VERY HAPPY THAT I HAVE TAKEN THIS SPECIALISATION.I HAD A LOT OF FUN.I ENJOYED A LOT.I GOT MORE AND MORE INFORMATION ABOUT API AND LIST COMPREHENSIONS,DATA COLLECTION AND A LOT OF THINGS.I LIKE LECTURES OF PROFESSOR PAUL.THANK YOU TEAM COURSERA FOR PROVIDING SUCH A BEAUTIFUL COURSE AND IT'S WONDERFUL.THANK YOU TO INSTRUCTORS OF MICHIGAN UNIVERSITY.I WISH TO DO MORE AND MORE COURSES.
por James M
•Excellent course. Challenging but "do-able" project. Professor Resnick gives very clear explanations in the videos.
When you code a request that goes out onto the internet and actually brings back information into your program just the way you told it to -well, there's something close to delight that you feel as 100 lines of info scroll down the screen.
por Bret G
•I had an easier time with this project than with the project from Course 2 (Python Functions, Files, and Dictionaries). If you struggled with Course 2's project, don't fret! With that being said, I feel like I learned a lot in this course that can be more directly applied to real-life work, particularly with function-building and API use.
por Suresh C
•It's very thorough class and I enjoyed completing it. I have a suggestion. The API data extraction environment could have been made better. Many times, my script succeeds in Jupyter but fails in Runestone environment. Not sure what the problem is. I noticed several messages in discussion forums with similar observation. Thanks.
por Ian M
•Most intense, challenging, and rewarding course I have ever taken on Coursera. I did the first two before this. I love the Runestone Textbook. I really love this specialization. Definitely the best slate of courses I have ever seen, and this was the best of all of them. Thanks, University of Michigan. Go, Blue!
por pietro v
•Quality instructors and course material, as I already said for the previous two Python modules.
This time they even arranged the Runestone Interactive environment to overcome the multiple requests limitation of some REST API. And that for us to practise effectively. They care about us students
por Kushagra V
•Paul Resnick is a great teacher. His teaching methodology is very impressive .I managed to cover the entire syllabus within 4 days and also with 100% grades. All the credit goes to him and his team. I faced a little difficulty in the last project but the discussion forums are very useful.
por Rishi S
•Very nice exercises and very useful knowledge! some challenges with the auto-grader but I am sure this will be soon fixed as likely to do with being so new (first run). Love it that I do not have to watch long video's , there is enough explanation around the exercises to get you going.
por Yauheni P
•Great course! Thank you Paul and everyone who did a great job. I wish the tasks would be easier to understand for non-English speakers. The very last task, for example, made me crazy. I thought I had to get 5 kv pairs for each element in the list. Other than that it is a great course!
por Nicolas S V
•The course was interesting, overall the more interesting part was the last challenge or grade, where you have to reach to different endpoint by calling an API where you get movie information and another API from where you get the ratings of such movies. It was fun, so enjoy the ride!!
por Punam P
•This was a really excellent course. Every module gives nice experienced. The functional project at the end helped me understand how recommendation systems work and its very useful for me. Thanks to team and university for such a platform which is very effective for everyone.
por Aniket S V
•The course provides a deep understanding of nested dictionary and list in python, Week 3 was especially helpful where the actual use of these data structures is explained when using REST API to extract data in JSON format. The exercises are challenging and fun to solve.
por Maytat L
•This course taught me a great deal of Python especially fundamental concepts of implementing APIs without having to actually apply a real API key. I found the course project challenging enough such that I spent lots of times and learnt a lot from it. Great course
por Subrata G
•Very nice introductions to json and nested data.This course gives us understanding of API and how useful they can be.The exercises and last assessment of week 3 requires to assembling everything you have learned . I strongly recommend to do this course.
por Chilakala V
•The final project was a great idea with a horrible implementation. The browser does not support everything and the output window is really really small. Debugging the code without using another full interpreter is almost impossible. Please fix this.
por Sophia S
•I like this! It was a lot of hands on stuff, which really helped me familiarize myself with the material. I was previous really scared of APIs but now I am less so, which helps me at my job. BTW I love Paul Resnick, he's an excellent teacher.
por MOHSIN A
•I learned something new to me that is importing data from the rest APIs. Thank you. It seemed to be very daunting tasks. I hope that I get to see more complex programming tasks and get a chance to go into deeper depths. Thank you!