Chevron Left
Back to Python Data Structures

Learner Reviews & Feedback for Python Data Structures by University of Michigan

4.9
stars
95,526 ratings

About the Course

This course will introduce the core data structures of the Python programming language. We will move past the basics of procedural programming and explore how we can use the Python built-in data structures such as lists, dictionaries, and tuples to perform increasingly complex data analysis. This course will cover Chapters 6-10 of the textbook “Python for Everybody”. This course covers Python 3....
Highlights
Excellent instructor

(503 Reviews)

Helpful assignments

(254 Reviews)

Top reviews

VR

Invalid date

i have learned what exact python is now on this stage i can program in python and i recommend everyone want to study about the python to take this course and experienced and really thanks to Dr. CHUCK

AD

Invalid date

Excellent explanation. Professor Charles kept the course from being monotonous. Learnt in depth about reading from file, sorting dictionaries and appending lists. Looking forward to learn more courses

Filter by:

526 - 550 of 10,000 Reviews for Python Data Structures

By Plínio L

Jul 18, 2020

This was a very great introduction to Data Structures in Python, now i can manage files and do crazy things to them, it isn't hard to understand separately, but this course helps to understand how they mix together and build a new kind of structure.

Thank you for teaching!

Python is indeed a very useful tool/language.

By Deleted A

Jun 11, 2020

This help me a lot to learn python data structure and algorithm in very easy way also all the faculty members are so cooperative with me.

All doubts are cleared within an hours by instructors in Discussion form.

By Yuri M

Apr 3, 2020

Strongly recommend this course to every and anyone, I am a Software Engineer that dedicated to other businesses more than 10 years ago, now with some extra time in my hands decided to learn new programming languages. Love programming. Dr Chuck is an excellent teacher. I'm really happy I found this course and took it

By Sijing W

Nov 20, 2019

I will definitely celebrate that I have finally getting started with Python. Dr chuck is super professional and make all that things looks simple and easy to begin. I really grow up my interest in Python and I would review the course content again, watch other basic level course and practice my programmming skills!

By Tom G

Apr 13, 2018

DRC , dr. chuck, continues to build the foundation started in the first course and then demonstrates how the lessons built from the trivial to the substantial. I like how we the basics are intertwined with best practices in writing the code. I plan on continuing this series. The light-hardheartedness is wonderful

By Nikhil N

Jun 18, 2016

It had taken me to the next level of expertise in programming and gave enough confidence to take on data analysis using python as a beginner in programming. All excited to take the next level of the course to continue the learning.

Thanks to Dr. Charles Severance and the Coursera team for this wonderful opportunity.

By Aaron C

Jul 15, 2023

A great introduction, with detailed examples spelled out in a simple way for lists, dictionaries and tuples. The course shows you how to combine the structures with various program flows (if statements, for loop logic, etc.) to help you create your first fully, functioning programs in Python. A recommended course.

By Hanna J A

Jun 20, 2023

Excellent course. Every part is well explained and backed up by exercises and examples. It introduces students to different types of data structures in python, while showing how they can work together to solve real world problems. I have found that the assignments are excellent for getting used to coding in Python.

By alyssa c

Jun 23, 2020

This professor was really engaging and I did not experience the normal nodding off when I watch lectures for online courses. I liked the assignments and felt they were challenging, but not extreme. I liked the bonus features at the end because it made the course a little bit more exciting than other online courses.

By VIKAS B J

Apr 21, 2020

it was a wonderful experience of learning Python Data Structure because it helps me to use python in various domain in a different way using these data structures.

It helped me a lot in prototyping various unit-modules of project on which i am working.

Thank very much Sir, for this course and your precious guidance.

By Na C P

Oct 5, 2016

Excellent course with an excellent teacher, I had a hard time completing the last assessment but I finally did it by my own! That's what I like the most of this course, that for people like me who are not used to programming, it turns out to be challenging yet it leaves you with a great satisfaction when completed.

By Gustavo S

Dec 17, 2015

Thanks a lot Coursera staff and Professor Charles Severance!!! Great job!!! The course is help me a lot. Python is my first programming language. I started my bachelor degree in Information Systems at UFPE (Universidade Federal de Pernambuco) from Brazil, and our first discipline about programming was with Python.

By Viktoriya G

Jan 9, 2022

Amazing course!!! I absolutely love the way Dr Chuck teaches in fun and very easy to understand way. Tried other courses from different professors and couldn't understand THIS much as in the current course. Appreciate easy going, fun communication style, great examples, explanation of assignments and Bonus videos

By SHRISTI S

Jul 17, 2020

This is a very good course for all those who want to begin with Python. Dr. Chuck has a very great ability to speak and express his views in a very simple and understanding way. Exercises in course are very good, where you can definitely test your learning and how much you have concentrated on each and every word.

By Deepa B

May 31, 2020

I really enjoyed the learning journey the courses in this specialization offers. They were delivered in very friendly manner and with the assignments were very helpful in understanding and grasping the concepts learned. Thanks to Dr. Chuck for this great course! I'll definitely go for the next one in the series.

By Shen Y C

Nov 7, 2020

Really appreciate the effort for setting up interviews with the personalities of the computer science world where you could gain insights and appreciate the work that they have done with far reaching impacts. Really makes us emphasize with the fact that the today we have is built by the steps of people yesterday.

By Pradeep S

May 1, 2019

Excellent course module with a very dynamic instructor(Dr. Charles Severance). I just loved the way he teaches and the contents that he covered with so many exercises, assignments and quizzes. It was really challenging job to do the assignments. Thanks coursera and a very special thanks to Sir Charles Severance.

By vamshiteja n

Feb 2, 2019

This course is very useful for not only to new bees, but also the to the experienced one. The professor taught the tutorials in such a way that it will be understood by any one of us. The information which is taught here is very crystal clear with no confusions. Thanks course era and thanks University of Michigan

By Derrin O

Jan 27, 2018

I have previously attended other programming courses and never really got in the groove. This course has woken up the programmer in me and I am truly enjoying the experience. I hope to complete the five courses on Python programming.

Sincere thanks to Professor Severance for his easy to follow style of teaching.

By Yashvinder H

Jan 27, 2017

Dr. chuck is unmatchable. I wasn't sure about taking online course but my elder brother who is an Engineer at Intuit in silicon valley encouraged me to go for it and i am very happy to have virtually met with Dr. chuck.

I am going to learn rest of the python courses as mentioned in p4informatics book by Dr. chuck

By Luke R

Mar 15, 2016

Good intro to python data structures. If you are experienced in other languages, you will probably find this course very easy, but it still provides a decent foundation, and introduces you to some concepts that may not be present in your dynamic language of choice (e.g. there are no tuples in javascript or ruby).

By Juan J O L

Jul 30, 2020

excellent , I've taken course 1 and 2 (up to chapter 10 in the book), and subjects are clear. sometimes assignments were more challenging in this course but when you repeat the lectures and read more, at some point you make it anf you feel proud of yourself. you really get strong foundations if you are commited.

By Prakhar A

Apr 20, 2020

The course wonderfully completes the loop by making the student capable of writing and understanding the code that was shown on the first day of the first course. It makes you realize how far you've come without even noticing it because they made it so much fun and easy to learn. Dr Chuck is a wonderful faculty!

By Martin S

Oct 31, 2020

Excellent for beginners, but also very good for someone like me dusting off after not using PHP for ~10 years. Free e-book by Chuck Severance is a good basis. Videos are fun and to the point, assignments and quizzes are just the right level of challenge. Will definitely recommend this to friends and colleagues.

By Aneesh K

Jul 12, 2020

This is a really good way for us to refresh or even learn on python data structures from scratch. It would be really helpful to check out 'Getting Started with Python' once before checking this out for it uses a lot of the intro chapters of the textbook 'Python For Everybody' by Prof. Charles Russell Severance.