(1484 Reviews)
(4203 Reviews)
GV
Sep 28, 2019
Extremely well laid out curriculum, to the point videos and excellent book. Built my confidence level to clear the course. Thanks Dr.Chuck for all the hard work and diligence to support the community.
AG
Sep 12, 2020
Very good introduction to basic programming. Very easy for beginners in python who have already some programming background - but still extremely useful to quickly and efficiently learn python basics.
By Danielle D C
•Feb 14, 2021
This course is excellent with everything being simplified and concise. It reminded me of learning the beginning stages of Pascal and how fluent you became in the language; especially when writing/constructing basic functions. Whether you have crossed paths with a programming language previously or not doesn't matter. You are able to quickly pick up the basics of Python's control flow and the short quizzes & assignments help in solidifying these concepts. Kudos to Charles Severance and the rest of the team!
By Suruchi F
•Sep 30, 2015
Great Python Course for beginners. I wish we had Coursera when I was first learning programming. I am not new to programming but I still found the course very useful to get a head-start with Python language. All credits to Charles to keep the course interesting, informative and at the same time very simple to understand. I would highly recommend this course to anyone new to programming (any language) and Python beginners.
Kudos to Prof. Charles and Coursera community for an amazing experience!
Best,
Suruchi
By BAVIRISHETTY V
•Nov 10, 2021
basically im very dumb when charles sir told in the beginning u don't need any prerequisites regarding this course this course everybody then one day sir came to class with sorting hat then i thought this class will be simple and understanding now im able to answer the quiz and when it comes to assignment at first i felt very frustated but after sir had also mentioned that when u get traceback error u feel very frustated but if keep going u will enjoy thanks to charles sir love u 3000 for the explaination
By Mohammed S K
•Aug 19, 2021
I have been a trainer earlier on in my career before shifting to programming. In my career therefore I have attended many trainings and courses both classroom sessions and online lessons. I can say without a shed of doubt that this is one of the best courses I have ever attended. Dr. Severance is an outstanding trainer, the course is very well structured, explained in an extremely lucid and simple language with real life example such that even my school going kids can learn it without any support from me.
By Antons S
•Nov 23, 2020
I just want to suggest for Coursera about saving the notes in video. My suggestion is to save not next sentences what instructor said, but previous, becuase, obviously, you want to save what you just heard but not what you about to hear. Because you just simply dont know what you will hear, but when you just heard something you be like "Alright, I want to save this, this was important to me". Hope you understand. Otherwise - the course is perfect and Charles Russell Severance did fantastic job. Thank you!
By Erikk S
•Nov 13, 2019
This is a great course. I've tried many and this is probably my favorite. I read another review about how people didn't like the first lesson of his course but I disagree full-heartedly. You cannot start coding without noting the context or at least, not be good at it. Its like the math component of coding; if you don't know certain calculus and discrete foundations, you will struggle with any type of advanced computer science foundations (AI, data science, etc). Great course, good teacher, all inclusive.
By Scott S
•May 12, 2018
This is definitely a course for someone who is a total beginner to Python and to coding. It was a bit too simple for me (since I have been programming in other languages for many years). But I wanted a course that would take things slowly rather than teach all the syntax of Python in a week or 2, so I am doing the 5 course specialization. Loved the instructor--he is very good at explaining coding in basic terms. This course is perfect for someone who has never coded before and wants to learn from scratch.
By Ashkan J
•Dec 7, 2015
It was the best "getting started with python" that I've ever seen! I always like to learn anything slowly but deeply, and this course was a nice start to learn python.
Thank you Dr Severence.
...
And about coursera, I'm from Iran and I hope coursera will add my country to its countries name for whom that want a certificate...I do not understand its word: "learning for everybody" how can be possible when it neglects some people!
I liked everything about this course, but I do not like this about whole coursera.
By Liz T
•Oct 9, 2017
This is the course I've been missing for the past few years as I tried to learn Python through other "Fundamentals" courses. Here Dr. Chuck really takes it slow and explains all the concepts. In other courses they might have 2 or 3 really basic lessons and then speed picked up to where I was lost. Not here. A couple of the assignments got a little challenging, but mentors gave hints to get me on the right path. Highly recommend for anyone new to programming or (like me) who never felt confident about it.
By Lokesh N
•Sep 8, 2022
smallest_no = None
largest_no = None
while True:
inp = input('Enter a number: ')
try:
num = int(inp)
except:
if inp == 'done' or inp == 'Done' or inp == 'DONE' :
break
else:
print('Invalid input')
continue
if smallest_no is None:
smallest_no = num
largest_no = num
elif num < smallest_no :
smallest_no = num
elif num > largest_no :
largest_no = num
print('Maximum is',largest_no)
print('Minimum is',smallest_no)
By Adham K
•Apr 4, 2020
It is a well-explained course especially for beginners. If it is your first time learning to program you will not feel like you are struggling to understand anything. And if you have some experience with programming I assure you that you will never feel bored at any point in the course.Every week of the course Dr. Chuck will explain a chapter from the book "Python for Everybody: Exploring Data in python three". So, I recommend you to read the chapter after watching the videos and before taking the quiz.
By Jomar J
•Sep 7, 2020
This is the first MOOC I've completed since I started enrolling to various ones in 2013. Professor Severance is very easy to listen to and he makes the discussion easy to comprehend for total beginners like me. The course is not as rigorous as I expected it to be but it covered the basics of Python. This course is truly great for those who doesn't have a programming background that needs to have an appreciation of programming for their work. I will continue working on the specialization after this one.
By John M B
•Feb 27, 2017
This was an excellent course. The title implies anyone (to include those with no prior programming knowledge) can do it. Thankfully, that proved to be true. I do consider myself tech savvy but I have never spent anytime learning a programming language until now. The book was nice to have, heck, even free for Kindle or downloadable PDF at the time I took the course. Dr. Chuck breaks down the book and makes it so simple and laid back... I look forward to the next part of his Python specialization!
By Мадина Н
•May 31, 2024
Курс программирования отлично структурирован и понятен. Материалы представлены логично, что облегчает понимание основных концепций кодирования. Я нашел много полезной информации, которая помогла мне улучшить навыки программирования. Задания и упражнения были интересными и полезными для практики. Особенно ценю подробные объяснения и примеры кода, которые помогли мне лучше понять сложные темы. Я рекомендую этот курс всем, кто хочет начать изучать программирование или улучшить свои навыки в этой области.
By Jubayer h
•May 5, 2020
I am very glad at this course. The teacher was very interesting and friendly. He teaches us in a friendly way,in the most effective way. And in future I want to learn more from coursera. I think we are blessed to get a platform like coursera. The beat part is , it is arranging many type of courses for us. And I was sponsored by my university (BUET). After all thanks my university for offering this type of course in free. I want to give thanks for the next courses that I am going to take from coursera.
By Ronald H
•May 2, 2020
Love the course! thank you so much for your help. Some feedback would be to have something in the corners of code written saying true statement code or false statement code if the code is faulty. I take notes by taking pictures of the example and in reviewing them I had to go back to the video to remind myself some codes presented as an example were false and faulty. Other then that I had a blast and I was always happy to take a class due to how fun and well explained everything was. Thank you again!
By Chichi Z
•Sep 10, 2019
I love this course and it deserves reviewing because the teaching content provided by Dr Charles is easy and quick to understand so that I could figure out how to apply those reserved words for assignments after one or two times studying. I think this course is worth the best praise and sets a good example for e-education courses. Thank you, Dr Charles, you managed to make lessons lively, active and methodical like a suspense film that always makes me desperately desire to know what is the next step.
By Ryan U
•Apr 1, 2018
The course was excellent, I had done a small amount of programming on my own before this but never went over the computer science aspect so I'm glad we had a few intro videos lightly touching on that. (I also picked up a few additional things like try/except and the break/continue function) In the future i would like to see the answers given to the quizzes after each quiz is completed. Other then that the course was excellent and i will continue to take them. Prof. Severances videos were very helpful.
By Bryan V
•Mar 22, 2018
This was the best programming course I've taken. I have taken a few programming courses before and never finish them. This one I actually finished and actually learned a lot from it. Dr. Severance is the best professor I have ever taken a class from. He really is very thorough in what he is teaching. He explains things multiple times in multiple different ways for you to understand exactly what he is talking about. You never feel lost while taking this class, everything is so engrained into your head.
By SHARNALI A
•Jan 31, 2021
I really enjoyed this course. The professor made us feel like we were really in his class in person by being very interactive throughout the course. His transition from using layman's terms at the beginning to using specialized terms was very smooth and therefore it was easy to pick up. My only suggestion would be to have videos for weekly assignments with windows as well - as there are differences between settings in windows and mac (windows user here) so it takes a bit more time for me to catch up.
By Ryan S C F
•Aug 12, 2020
Took this course after a 20 year gap from first learning to program in college. It's a great refresher, easy to follow and explained very well by Prof Severance. One note, the course is an introduction to programming with a backdrop of Python, not an intro to Python and how it differs from other coding languages. That's probably obvious to many, but I realized this a little late. I guess I was initially searching for a more advanced course, but glad that I landed here to start on a firmer foundation.
By Abhijeet G
•Nov 10, 2019
It has been an amazing journey so far with learning Python programming. I am enjoying this learning process a lot. Also, I would like to mentioned that Charles Severance has been teaching the subject in really an interactive way where he asks to pause the video to brainstorm on certain problem and then come back to the video where he explains the solution in a step by step way. Thanks Coursera and University of Michigan for giving me this opportunity to do this course and giving me the financial aid.
By Hariharan S
•Sep 15, 2019
It was a fantastic learning experience. This is apparently my first online course on Coursera and what a way to start with Dr. Chuck's class. He was fantastic, always interesting and never boring/distracting even for a bit. The way he handled the lectures was definitely a testament to how experienced he is, in handling first-time programmers/learners of a new language/script. I am sure I would take a lot of courses in the future. Already looking forward to my next one, as I write this review. Cheers!
By Syed M A B A
•Oct 12, 2020
This course was exceptional primarily because of the instructor Dr Charles whose teaching was in detail and he helps you pick up fundamental and difficult concepts quickly and easily. He for sure is a god gifted teacher. I will always be indebted to him for teaching me Python and this amazing course which helped me put my knowledge to test and helped me to learn efficiently and I really enjoyed the process! :))) I hope that we become the teachers of this and other programming language like him. :)
By Emma S
•Aug 11, 2020
This is a great course for beginners! I have a background in biology, but no prior programming experience. I have been interested in learning more about the intersection of these two fields, so this course was a great starting point. I cannot stress enough that this was a very high quality and well-designed course! The online lectures are very good and the professor is great at explaining concepts for beginners. I thoroughly enjoyed learning about this topic and completing the practice assignments.