Chevron Left
Back to Python Basics

Learner Reviews & Feedback for Python Basics by University of Michigan

4.8
stars
17,231 ratings

About the Course

This course introduces the basics of Python 3, including conditional execution and iteration as control structures, and strings and lists as data structures. You'll program an on-screen Turtle to draw pretty pictures. You'll also learn to draw reference diagrams as a way to reason about program executions, which will help to build up your debugging skills. The course has no prerequisites. It will cover Chapters 1-9 of the textbook "Fundamentals of Python Programming," which is the accompanying text (optional and free) for this course. The course is for you if you're a newcomer to Python programming, if you need a refresher on Python basics, or if you may have had some exposure to Python programming but want a more in-depth exposition and vocabulary for describing and reasoning about programs. This is the first of five courses in the Python 3 Programming Specialization....

Top reviews

NR

Oct 17, 2019

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.

DK

Dec 7, 2020

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!

Filter by:

3301 - 3325 of 3,847 Reviews for Python Basics

By Brian L

•

Jun 10, 2021

.

By Nguyá»…n Q T

•

Apr 20, 2021

ok

By Sahil K

•

Mar 17, 2021

;)

By BHARATH G

•

Feb 20, 2021

no

By muhammad r

•

Feb 9, 2021

Gd

By Eugene M

•

Jan 2, 2021

5+

By PREETHY R

•

Aug 17, 2020

No

By Ramar

•

Jul 29, 2020

No

By Divya T

•

Jul 18, 2020

Na

By Abduxoliq A

•

Apr 8, 2024

1

By Maxsudjonov B Q o

•

Mar 21, 2024

Ñ€

By ahmad a

•

Oct 14, 2022

I

By Machhour N

•

Dec 20, 2021

By Tanya

•

Jul 13, 2021

.

By Samir N

•

Nov 18, 2020

.

By Akshay D

•

Aug 8, 2020

.

By Ms. K

•

Jun 28, 2020

.

By PRINCE K

•

Jun 18, 2020

.

By Faisal A M

•

Jun 12, 2020

-

By PAMURI V M R

•

May 27, 2020

5

By Suryakant V

•

May 25, 2020

.

By Behnam O

•

Apr 25, 2021

Pros:

The course was well-structured which made it easy to follow.

The lecturers were professionals and they explained the educational materials with numerous details.

The assignments covered the provided material appropriately.

Cons:

For some sections, the teaching pace was not fast enough since the lecturers have assumed (absolute) zero background in programming and no familiarity with algorithms. For those who only want to fill a few minor gaps in their understanding (such as myself), most of the videos are too lengthy and can be skipped.

Some of the programming assignments were either erroneous or unclear which could make you stop for longer than necessary.

Conclusion:

If you have started learning Python using a textbook (and hence have a solid foundation in mind), you might want to skip this course and go to the next one in this specialization. However, if you have learned the basics of Python through "try and error" then this course might provide you with a better foundation and help you learn faster in the future.

By Jeffrey R

•

Apr 6, 2023

The presentation is very elementary, as seems appropriate for students with little or no programming experience. I didn't realize this when I signed up for the course; I've got a couple of decades of programming under my belt and probably would have understood the substance if presented in a few hours of time. For me it was very boring and hard to keep my attention on it. For this reason I'm not giving it 5 stars. But, considering the target audience it seems presented pretty well, and the various practice exercises, along with the video material and accompanying text covering the same material, does a good job of making sure each point is well understood. What I did get out of this course, and which I value, is that it made me spend a fair bit of time thinking about Python, and trying out code and getting my code checked. I think it's a pretty good course though I advise people with a lot of programming experience to see if there is another course that goes at a faster pace.

By DC

•

Aug 4, 2020

The course materials does a good job of explaining the material. However, there is a lot of redundancy with the assignments within the readings and the material in the videos. If you watch a video prior to the reading, the video will give you give you the answers to the practice problems within the reading. This takes away from the students ability to solve some of the problems on their own. Furthermore, the graded assignments will sometimes have the exact same questions that were in the reading. I suggest that the instructors within the videos create practice problems that are not in the readings to demonstrate the course concepts. Other than a few of the assignments having incorrectly worded instructions, the course was fine.

By Jorge S

•

Mar 25, 2020

All-in-all it is an excellent course, even for experienced programmers. If you have programmed in other languages, the concepts will be very familiar. The course is very well organized and provides you with the essentials. If you plan on taking other courses with the University of Michigan, it gives you a good opportunity to experience the Runestone Interactive environment.

The only complaint I have is that the instructors work through the problems in the text before offering the student the opportunity to attempt them. It almost feels as though you're cheating when you work through the problems, because you already know the answer.