Chevron Left
Back to Programming for Everybody (Getting Started with Python)

Learner Reviews & Feedback for Programming for Everybody (Getting Started with Python) by University of Michigan

4.8
stars
229,988 ratings

About the Course

This course aims to teach everyone the basics of programming computers using Python. We cover the basics of how one constructs a program from a series of simple instructions in Python. The course has no pre-requisites and avoids all but the simplest mathematics. Anyone with moderate computer experience should be able to master the materials in this course. This course will cover Chapters 1-5 of the textbook “Python for Everybody”. Once a student completes this course, they will be ready to take more advanced programming courses. This course covers Python 3....
Highlights
High quality instructor

(1484 Reviews)

Introductory course

(4203 Reviews)

Top reviews

SK

Dec 26, 2019

Extremely basic but Dr. Chuck is so interesting that you never get bored. You can pass the course in a few days with minimum or even no programming knowledge. It's a good starting point for beginners.

LZ

Sep 3, 2016

The professor's lecture is so awesome, however, the content is adjust to the new programming learners. I heared extended part of the course is charged, you can purchased it if you want deeper learning

Filter by:

101 - 125 of 10,000 Reviews for Programming for Everybody (Getting Started with Python)

By Oleksandr B

Apr 6, 2023

I liked this course and did not like it at the same time. Nevertheless, this is a great course! Many thanks and many kudos to Charles Severance!

What I liked:

- It is simple! You really do not need to know either math or have a programming background to complete this course. Therefore, it is really for everybody.

- The course contains a lot of very nice optional materials, which actually keep high engagement with the course.

- VERY detailed explanations, therefore if one does not understand how it works from the beginning, he/she/they can find all detailed explanations and LEARN.

What I did not like:

- Sometimes too many words around the key topic, to approach the essence of the message. Therefore I was sometimes lost in these explanations, while the essence was simple and I could capture it by just doing the exercise. But this is specific of my personal perception.

What to improve:

Probably it is better to use shorter messaging and shorter direct explanations. Nevertheless, the analogies used were fun.

As a conclusion:

If you want to start with Python, I definitely recommend this course. It has incredibly low threshold to understand and complete it, while addressing quite complex concepts in a very entertaining and simple way.

By Samin Y H

Apr 19, 2020

I just loved the instructor!!!

I loved the way he teaches, he taught some deep topics very easily. It was very simplified and examples were so relatable and the way he made me understand the codes, I just started to fall in love with programming !

After this course, I am not only clear with the algorithms and control flow but also I have learned many techniques to easily code.

I have got a free book, with this course, which is the easiest programming book I have ever read!!!

I tried to code by my self after learning a topic, I gave myself some problems and solved by myself which gave me confidence.

In this course I have learned about basic programming, overview of python, hardware and software relations,hardwere overview,variables,conditionals,function,user defined function,loop and control statement and so on.

By John D

Nov 19, 2018

This course is very basic, teaching you fundamental sequential, conditional, and looping expressions of Python. The materials are assembled and arranged very nicely. If you are curious how this course translate to the undergraduate course that can be taken in some best Universities, well this course is roughly like 1/4 of the materials that is covered in an undergraduate Python course. The whole series of five courses here on Coursera probably count towards one undergraduate course in a prestigious school such as Carnegie Mellon University. Though this course is very good, explaining the basic materials very well, this course alone cannot make you a real Python programmer. You probably need to register the whole specialization to have a entry level feel of a Python programmer

By Sartaj J C

Apr 2, 2020

Well Python, though was the first programming language that I ever picked up to learn when I was in my high school, I didn't continue coding in python(regretfully) after finishing cover to cover two books 1) Head First Python by O'Reilly Publications ; 2) How to think like a computer scientist: using python. After a long break I started learning Java when I started studying Computer Science at university and after coding in Java for almost two years and learning a lot of data structures and algorithms and implementing them using Java, I totally forgot how to write Python codes so this was a very good quick, informative and adequate revision. I feel like a Pythonista already. Going to continue the second part of this course too. Thank you !!

By 黄鑫杰

Jan 7, 2024

Although I've already studied and used python for 1 year longer, I still have to say that this course is a very useful class. What make this class useful is not only the python related knowledge but also the thoughts on programming and algorithms Dr. Chuck taught to make us to have a deeper understanding of why and how we should learn not only python but also different programming language. And some beneficial tips every programmer should be aware of such as finding the files using terminal every time. I have benefited a lot, thank you Dr. Chuck:) PS: Every bonus video attracts and I like it while True: print("very") print("much! :)") Comment in China by HDP

By Lisa S

Mar 6, 2020

Excellent starting point course. Very easy to follow and understand. Terrific instructor who explains things well, is never dull and is easy to listen to. The "office hours" videos seemed a little unnecessary. I'm not sure what the point of those was. I found this course quite easy, probably because I have a B. Sc. in Computer Science, although that was a while ago. I really liked learning how to install and use Atom (Atom Nightly for Mac was the one that worked... search for Apple support note about that -- regular Atom will not download), Python and Terminal, none of which I was familiar with before. Great job! I will take more courses in this specialization for sure !

By Michelle B

Oct 19, 2020

Dr. Charles was a really great professor! He is sooo good at teaching. Truly remarkable! I'm an aspiring programmer and have a very little knowledge in programming, but I learned a lot from this course. His material are easy to understand and he knows the topic in depth. He presents it in a clear, plain language that's technical.

In terms of accessibility: The lectures have subtitles and interactive transcripts in the feature. The audio is clear and doesn't have any noise background. Great job!

I totally recommended this course to those who want to learn python with no programming experience and technical background. Very thoroughly discussed at your own pace.

By Pourya A J

Nov 15, 2024

It is deeply disappointing that I am unable to obtain the certificate for this course, not only due to financial constraints but also because of being banned from verifying my identity as an individual from Iran. This situation highlights the broader challenges faced by students and researchers in underdeveloped countries like Iran, where access to high-quality education and professional growth opportunities is often limited by external restrictions and lack of resources. I humbly request Coursera to consider the unique struggles we face in such contexts and provide greater flexibility and support for learners striving to overcome these barriers.

By David R

Feb 4, 2023

This is a highly recommended introductory course with an engaging facilitator providing the lectures and study materials. The couse is well paced and provides lots of opportunity to test your knowledge. The course does not try to cram too much into its content. Materials covered include topics consistent with many Python introductory books. Good use of examples in the lectures and quiz questions. Some further readings may have helped to further expand on the some of the topics provided in the lectures and quiz questions.

By Sohel S

Apr 8, 2020

This course is really simple and does what it says. It gets you started with Python and basic programming. If you are not introduced to Python at all and would like to learn, this should be your go-to option. The instructor is really knowledgeable and really fun at the same time. I would like to advise on completing the next course "Python: Data Structures" as well to get acquainted with lists, dictionaries, tuples, etc. and programs utilizing these concepts. This would really round up the introductory concepts in Python.

By Wilson W

Apr 6, 2020

This course is hands down my favourite programming course (And I've taken a lot of programming courses).

Dr. Chuck (the instructor) teaches so well. He makes the class fun and even tells stories during lessons. He also tries to be as friendly as possible. That makes the learning experience so much better.

The concepts are clear and they're explained properly too. And the assignments in the middle make sure that you really pay attention to the course.

If you are looking for a course to start learning Python, this is the one.

By Derek R

Mar 26, 2020

This course is fantastic! I always looked at coding as some dark magic that I would never understand. Now, after this course, I want to continue mastering this skill set and understand how else I can use to to manipulate, interpret, and display data. The instructor is wonderful, and I am now actively looking for his other courses to take next. My only suggestion is for some of the exercises to be displayed via Windows and not just Mac, but that's an extremely minor issue. I highly recommend this instructor. Great course.

By Ngoc N

Apr 12, 2018

Great lectures, great text book.

I really liked the professor - in his videos he progresses fast enough that you don't get bored, but slow enough that you can understand the material. I generally dislike watching instructional videos because I'd rather read the instructions and do it at my own pace, which is usually faster than the video's pace, but I didn't mind watching these. I also liked the fact that he had a textbook that you can use as reference so that you don't have to re-watch the videos over and over again.

By Miki S

Sep 18, 2017

I started this course with zero knowledge of programming: 20 years ago, I have learned basic HTML, that's all. I am not a computer or technology person at all. However, Dr. Chuck's teach method made me feel like the contents are simple. In the latter half of the course, I struggled to do assignment of making a code. Because I need to use more function, and my brain hadn't fully understood how to use those functions. I reviewed my note many times and finished assignments. Thank you for your excellent lecture, Dr. Chuck!!

By Amit K

Sep 19, 2019

This was my first ever course online and I am happy to say that I had a satisfying experience. The great thing about this course is that not only the instructor is dedicated and really puts his heart into teaching the material; all the necessary steps are taken to ensure the student's success; that the student can really complete the course without getting demotivated. I highly recommend this course to the beginner programmers, who have never written any code and want to learn to code in an fun yet challenging manner.

By Mrinal V

Mar 11, 2018

Out of all the courses that I have taken on Coursera, this one left me with a smile on the face as I worked through the content week by week. Professor Chuck has a humorous and engaging style of teaching. The bonus materials are absolutely a charm, I loved seeing so many students as they meet and greet with professor and share their experiences. The exercises are a great way of beginning in programming and are very relevant to the material being taught. I am eager to take more courses from this specialization.

By YU M

Jun 2, 2021

A very good course not only helps people learn the programming language but also helps people know "the way computer think". I used to think programming is all about remembering of all the syntax and reuse them. This course let me know sth more than that. The teaching process is really important and you will find it super usesful when you cannot remember some syntax properly because it helps you to understand the language.

Overall, it's a great start for people who want to learn programming.

By Xiaojun L

Nov 2, 2020

I finished this course in a few days instead of a month. This is a great course for the debutants as me. It is easy to understand, and doctor Chuck's sense of humors makes it fun to learn. I can do simple code now thanks to the course. Every time I accomplished the assignment, I just felt so happy about it even tho it took me time to figure out the right code. In a word, I'm satisfied with this course and I would totally recommend it to those who want to debut their journey of Python:)

By Nkem I

Oct 31, 2020

Dr. Chuck is a gifted teacher and professor, some might consider what I have been able to achieve with this course not a big deal and they would be wrong. The joy that comes with being able to solve a problem statement by breaking it down into small chunks and thinking out the logic of the steps is immeasurable. I set out my mind to learn how to program for the third time and I am confident I will be able to tackle what comes next. Thank you Dr. Chuck, Thank you Coursera.

By Trang P Q

Aug 18, 2021

Thank you, instructor! ❤ The course is my first step to the CS world that I have been dreaming of. Thank you for helping me and thousands of students take off successfully with your detailed explanations on every issues and your hilarity, which make the lessons so enjoyable! Huge thanks and appreciations ❤❤❤ (completing the course just felt like having just graduated from university 😂, I don't know why but I 100% will study your next courses!)

By Liu W

Oct 16, 2019

Incredible course!!! 1. Python is so complicated but the course is simple (maybe just at the beginning, for people like me with thin mathematics foundation and no knowledge of programming at all!) 2. The logic of the course is very clear and simple to understand 3. The arrangement is not so tight, therefore is friendly to people who have full-time job like me! 4. Coursera is incredible!!! See you in the next course!

By Shoham E

Oct 30, 2020

Even though I have never met Mr. Severance I must say that he is one of the best teachers that I have ever been taught by ! an excellent teacher who is calm, assuring and confident-inspiring for new programmers ! The course covered the very basics of the Python language in a great way, and I'm very confident in my abilities to continue the specialization with the tools that I have acquired from this course.

By 祝先生

Feb 22, 2021

Wonderful as this course "Getting Started with Python" is, there are still a stupendous amount of important but tiny points of knowledge hiding behind these lessons we need take, where we should still explore more during the leisure time of ours and if necessary, try to predict how these stuff would be used later, plus making some questions by yourself.

Sincerely hope this comment helpful.

By F54056015蔡涵涵

Jun 3, 2021

I've written a little bit python before, but never officially take a course on it. After finishing this course, I feel really worthwhile, and I will definitely keep going on it. This course helps me a lot on learning how python works in a specific way. Dr. Chuck is pretty thoughtful, and I love those bonus videos very much. It makes me feel involved in the python learning community!

By Lorenc P

Dec 13, 2023

I first tried the Python Crash Course by google but I quickly learned that it was not for me because it did not go into enough detail and it used problems which made it feel more like a math class than a programming class. This course was a lot more in depth and the professor actually went over all of the problems step by step in a blackboard instead of just reading a script.