SS
A very good course to start and learn basics!! I will definitely recommend it to noobs in programming.Deducted one star for not including tuples and dictionary! rest it is very thorough and enjoyable.

This specialization teaches the fundamentals of programming in Python 3. We will begin at the beginning, with variables, conditionals, and loops, and get to some intermediate material like keyword parameters, list comprehensions, lambda expressions, and class inheritance. You will have lots of opportunities to practice. You will also learn ways to reason about program execution, so that it is no longer mysterious and you are able to debug programs when they don’t work. By the end of the specialization, you’ll be writing programs that query Internet APIs for data and extract useful information from them. And you’ll be able to learn to use new modules and APIs on your own by reading the documentation. That will give you a great launch toward being an independent Python programmer. This specialization is a good next step for you if you have completed Python for Everybody but want a more in-depth treatment of Python fundamentals and more practice, so that you can proceed with confidence to specializations like Applied Data Science with Python. But it is also appropriate as a first set of courses in Python if you are already familiar with some other programming language, or if you are up for the challenge of diving in head-first.

SS
A very good course to start and learn basics!! I will definitely recommend it to noobs in programming.Deducted one star for not including tuples and dictionary! rest it is very thorough and enjoyable.
SG
It's amazing learn for beginner .A wonderful learning resource and very simple way explains everything . Excellent lessons ,check your understanding ,e-book ,practice, and quiz work and lot of thing
SH
The class is very basic. Excellent for people without a programming background. Slow for those who do, but you can skip through concepts you already understand. The exercises are very useful.
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.
SS
This is best introductory programming course in python. Mentors are planting every concept in our head in very fluent ways. You must take take this course as a beginner python programmer like me
AJ
Michigan University this course was very beneficial for me as an Electrical Engineering student .My coding skills was very bad but this course help me a lot and uplifted my coding skills.
SK
I'm pleased to have gone through this remarkable course and gained valuable insights. I consider myself lucky to have finished this exceptional course and expanded my knowledge.
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.
NE
This is a great course for getting started in Python. If you have (even rusty) programming skills, it might seem a little slow in places. Trust me, pay attention - you will still learn new things.
KW
A great course for learner not only to gain some basic python skills, but also learn to do some research whenever there are additional knowledge needed for completing exercises or project.
DP
Good course like the others in the specialization! I found the end of course project unnecessary difficult because there were some subtle errors from the assessment questions and grader.
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
Showing: 20 of 4,066
Can't participate in assignments unless you pay
Far too slow for experienced programmers who want to learn Python. This course is actually teaching Python as a first programming language.
This is best introductory programming course in python. Mentors are planting every concept in our head in very fluent ways. You must take take this course as a begineer python programmer like me.
I have no reason to rate it a star less than 5! The practice exercises and modes of teaching were on point. Also enjoyed the jokes at the end of each section (lol). Sending love and light from here.
This course offers excellent external tools for learning, like the Interactive Textbook and that makes it much more fun and relax to learn. Also Mr Resnick adds his charisma which you cannot forget.
It's a must join course for the people who want to deep dive into the world of Python. I really loving this course very much. I wanna explore more hence opting for other parts of this specialization.
In itself, a good course. If you want to take this course, I recommend it. If you are, however, taking this entire specialization I suggest you walk away. The final course (course 5) is a course by someone who has not been lecturing in the course, presenting something they obviously are very fond of. The course work is, and I quote, "a project with minimal scaffolding. Expect to use the the discussion forums to gain insights! It’s not cheating to ask others for opinions or perspectives". In other words, part of the learning target is to work through bad or incomplete documentation and to solve an exercise that is stated without providing the information you need to solve it. Unless someone else already went through the moves, the lecturer fully expects you to fail by yourself.
If I wanted to feel the pain of learning without help or instructions, I would have just worked with the online manuals ... which is what this exercise openly tells you they want you to do. Its a shame for the other 4 courses, which are well done and have passionate lecturers.
I took this course after completing four of the five courses from ‘Python for Everybody’ specialisation offered by University of Michigan. Python for Everybody Specialisation is a kind of overview of the Python. But this course (Python Basics) is an in-depth course that gives great insight into the Python language. I would say that this course has taught me many new and basic things that were missing in Python fir Everybody specialisation.
course_wks = [1, 2, 3, 4]
review_5stars = input("Worth it?: ")
if review_5stars == "Yes definetly!":
for week in course_wks:
print("The week {} was awesome!".format(week))
print("The course was" + " great!".upper())
else:
print("Keep studying!, you're gonna love it")
Coursera has improved my practical skill in programming due a lot of practices and guidance. Taking Python basics has really helped me gain confidence to take over so many programming challenges.
The practice exercises and the Runestone texbook reinforce the learning materials from the recorded lectures. I really love the pace and humor at the University of Michigan School of Information.
Basic is right - I'd recommend this for someone completely new to programming but those used to another programming language will find themselves wanting more in the way of extension questions. The main difficulty is working out how the materials fit together: it's very easy to find yourself going through the accompanying documents (which are very helpful) and find you've accidentally completed the assessments - which you then have to do again via the appropriate link in the course materials.
An Excellent course for beginners who plan on learning programming for the first time. Good and challenging assignments. Way better than the other course by UoM called "Python for Everyone" (Sorry Dr. Charles Severance).
The course was very comprehensive and easy to understand. The instructors made sure that they are giving the information in a way that won't make me confused. Thank you so much for this great course!
This course is very good for beginners. The content and flow of the course is amazing. online practice tool to run our codes online without installing any software makes is even more user friendly.
Great course and easy to follow. The only suggestion I have is to do lesson 2 the best you can then move on because some of the practice questions have answers from lessons that come after this one.
I have tried a few different Python courses and this is the one you want to do. Why? Because the textbook used SPACED REPETITION - scientifically proven as the best way to really learn anything.
Being very technical, and having trained many people over my professional career, and having written thousands of pages of technical documentation and training materials, I was very surprised at how poorly this course is put together.
One of the key principles which is missing, is the gross lack of explanation of why the code does things they way it does. Maybe there is companion materials not available in this course, but when a search on Google to try to clarify something which was not explained in the lectures nor in the written portions returns no results, then there is something seriously missing.
Very disappointed. I expected better from a course created by a university. I purchased a course on a different site and within the first hour, that course clarified numerous questions that I had after spending multiple hours review the course work in this course and on the internet.
Auditing doesn't allow assessments
I really liked the exercises. especially when we do a mistake it explain why it is false. and one can follow the programming exercises step by step to understand how it works