SV
Really loved it! Thanks a lot for this one again, learnt quite a bunch about the classes and how to use them - will definetely help me in my professional level quite soon!

This course introduces classes, instances, and inheritance. You will learn how to use classes to represent data in concise and natural ways. You'll also learn how to override built-in methods and how to create "inherited" classes that reuse functionality. You'll also learn about how to design classes. Finally, you will be introduced to the good programming habit of writing automated tests for their own code. The course is best-suited for you if you are already familiar with Python fundamentals, which are covered in the "Python Basics" and "Python Functions, Files, and Dictionaries" courses (courses 1 and 2 of the Python 3 Programming Specialization). It is optional to have taken the "Data Collection and Processing with Python" course (course 3 of the specialization), but knowledge of retrieving and processing complex nested data is helpful. This is the fourth of five courses in the Python 3 Programming Specialization.

SV
Really loved it! Thanks a lot for this one again, learnt quite a bunch about the classes and how to use them - will definetely help me in my professional level quite soon!
NA
All of these courses have been really great. Courses 3 and 4 though have been a lot shorter and therefore it feels like the improvement and experience are not as great as in the first two courses.
TY
Great course! A month ago I still knew nothing about programming. Now I can try to understand and write codes for a mini game, which is super cool. Many thanks to the teachers and Coursera.
PM
Well done! Steve (and the team) did an excellent job. I have worked with Python Classes, but now I believe I truly understand how and "why" they are constructed as they are. Cheers!
BH
once again excellent. the videos at the end were a little anti-climatic, as though the jdango discussion and the generalized description of the final project were a drag to record.
ML
The overall course is really good. The amount of content is less than the rest of the previous courses. The final course project was the most challenging of the whole specialization so far.
BS
It was much more challenging than the previous courses, which is what I wanted it to be. Who wants to go to a course and learn something easy that is not applicable to real world at all?
SC
An excellent introductory course to classes in python, with some very useful insights on OOP in general and some best practices for programmers ( like testing and incremental development)
MS
An amazing course! Thank you so much. Everything about this course was incredible, especially the final project. As always, I thoroughly enjoyed solving problems in the Runestone environment.
MS
I like the final project a lot. Working through it helped to consolidate what I have learned from the readings and videos. Thank you, Professor Resnick, Professor Oney, Jackie, and others.
RG
The courses in this Python 3 Programming Specialization are all so good. Paul Resnick and his team from the University of Michigan have put together the best MOOC I've ever taken.
HS
explanation for classes and inheritance is really good, but I thought more number of exercises ,and more info on django is also needed, final project was not that difficult