RS
Apr 27, 2021
A really good course good material and lectures. However, I find that sometimes that too much guidance given, and it has sort of made the course less challanging. nevertheless a good foundation course
PG
Jun 23, 2022
A very simple and non-intimidating intro to python. I definitely got the gears going in some of the example problems and it was fun to feel like I was back in college again. Would recommend this one.
By 20L136 N S M E A
•Nov 15, 2021
S
By Raven M S
•Oct 25, 2020
I'm entirely new to Python, and all coding in general, and learned a hell of a lot in only 2 weeks, my only gripe is a sharp difficulty spike around week 4 that really feels like being hucked into the deep end. There's a necessity to understand the documentation, which is a muscle that is mostly untrained at that period. The teachers for this course are very active on their forums as long as you can navigate to them so as long as you ask insightful questions and not blanket statements such as: "How do I understand the documentation?," you should do fine.
By Deleted A
•Sep 16, 2018
Started off reasonably difficult. After second quiz, got dramatically harder. Good thing I could find a tutor to help me with the parts I didn't get. However, I appreciate the challenges that the course wanted me to overcome. In all, I would recommend this course highly. I just recommend getting outside help for some of the tougher parts. Especially, if you are like me where programming does not come naturally to you!
By Ton S
•Mar 30, 2020
Please consider revising the questions in the intermediate quizzes that aren't clear. In the forum you see a number of questions that cause confusing among participants. Instead of saying: "this might be confusing" and "we agree that this is worded strange" revise the questions. Also please consider adding more practice questions between lectures instead of the large list of questions at the end of each week.
By SANGAMNATH C
•Aug 30, 2020
A great start to python and programming you will not only learn the fundamentals of Python but also standard coding practices which makes you inculcate the right coding practices very early in your journey of learning. You will also get a hands on with tools like codeskulptor and Python tutor which makes the learning easy with code visualization. Thank you Coursera and RICE university for this course.
By Hudson H
•Apr 28, 2020
This course was very useful. It's accessible to a high schooler like myself and taught me more than any in person coding class has. The only thing keeping me from giving it 5 stars is the two guys producing the videos were a little out dated. (I actually had to look up what the matrix was in order to understand some references, but it didn't interfere with my learning of the class that much).
By Carole J
•Jun 14, 2024
A great intro to Python! My only complaint is that the homework and final project made the class about 20+ hours long (and I have programming experience). Also, the problems we had to solve were sometimes more about math than programming (e.g. I'm unfamiliar with modular arithmetic and had to go off on a tangent to figure that out, which seems... tangential). Otherwise good stuff!
By Monsour S
•Aug 29, 2022
I only took this course to brush up on Python since I briefly used it before. Exercises were good but too boring. Cannot expect a begginner programming course to be too interesting. You just learn the basics of python like variables, conditions, expressions, functions, etc. The final assignment is interesting since I never used the datetime module before.
By Nidhi K
•Apr 28, 2021
The course is nice for the beginners who doesnt know about programming(in other languages also). But they might struggle during project. But for those who knows even a little bit of programming the course is a bit basic. It should have covered more discussions about inbuilt functions and by not just giving the links to the documentation pages.
By BATHINENI K
•Aug 22, 2019
This course is really good for absolute beginners because they start teaching from scratch in a very understandable way, by giving many examples. But i gave 4 stars because i felt that the course complexity increased suddenly high up the incline from 3rd week to 4th week, i just felt a bit difficult, other than that everything else is amazing.
By Colin B
•Nov 29, 2017
Everything was nice and clear, plenty of practice problems with solutions. However I felt that there/should have been a lot more content. I paid (or will, when my trial ends) for the Python programming specialisation which includes several courses, so not so bad, but if I had paid £37 flat for this course I would feel very cheated.
By Jose A M
•Jul 6, 2021
I would have prefered a more detailed explanation about defined functions, functions that can be imported and "for" loops. I understand that it is a very appropiate course for beginners, although it might be "too easy" for people who have programmed in other languages, such as MATLAB.
Nonetheless, great professors and great course.
By Sam L
•Jul 26, 2020
The course is mainly for fresh men who did not know of Python. I think the course from week1 to week 3 is easy to handle of. The course of week4 is kind of challenging. Well, I hope Rixner could slow down the spoken speed to some degree in the future lessons. Finally, Thanks for two teachers, they are very kind and enthusiastic.
By Alex D
•Mar 25, 2020
I have experience in Java, I just wanted to start learning Python for work. I was able to do all these in one week, so I can't say what the experience might be like for a brand new programmer. I thought the instruction was good. I liked how the instructors laid out the tasks and how they progressed. Overall a great course.
By RAVI P
•Apr 11, 2021
Well this course helped me to clarify my concepts & the practice exercises helped me to built my confidence. The clarification and the concept & the methodology of teaching was really good. Overall the concept and course content is very good. I am thankful for the Rice University team for such a beautiful course.
By XIARAN C
•Jun 26, 2022
This was an exciting course- I learned a lot! Highly recommend. However, I found some of the material very hard to focus on, so be aware. Furthermore, there were some basic things that weren't covered as well, so I'm giving this course 4 stars. However, it is a very good starting point to learning python.
By Erik F
•Dec 29, 2021
Good introduction to the fundamentals of Python. The quiz questions at times seemed a bit disconnected from the material in that week. The final project was reasonable - the largest challenge is working out the map of winning conditions so you can set the logic correctly in the code.
By Muhammad U K
•Oct 21, 2020
The way the course is delivered is fantastic and the course content is good, especially the assignments and projects that helped in building programming & coding acumen. But however, I must say, it was further basic of basic. There should've been more aspects of Python programming.
By Abhishay S
•Feb 26, 2019
It was a marvellous experience,considering the fact that in-depth teaching of concepts. The intriguing assignment questions and the focus on error resolving was unparalleled. It was a great idea to introduce us to two separate domains of experience-theoretical as well as practical.
By Randy B
•May 27, 2018
Overall pretty good. I only dinged it the one star because the Instructors each spend a minute or so in many of the videos trying to be personable or relating little anecdotes. I hate that. Just get to the instruction, which is well organized and well paced.
By Munshi I H
•Jan 8, 2018
A very good course. It teaches basic conditional statements, functions etc. that are common elements of all programming languages. It does not bog you down with Python-specific data structures and therefore eases your learning curve in Python.
By Renato T K
•Jul 21, 2020
It's a good course, the professors explanations are very good. But sometimes I think the exercises are kinda hard to understand and it would be really nice if it was provided a textbook, so we could have a record of what we have learned
By Daniela R L
•Sep 2, 2020
This is a true beginner course, a little slow if you have some experience with other programming languages. The practices help you understand the syntax but they get repetitive sometimes or not really helpful for real life situations.
By Parth S
•Apr 30, 2020
Great Course so far. The course focuses enough on python standards and documentations which were not meant to be important by me previously. But through the intercourse of this course i learned a lot and got to know my coding level
By Do H N
•Apr 30, 2020
The course is excellent for those who want to start learning Python, though I'd recommend having some basic knowledge of how programming works. I'd like more flexibility in the assessment of projects and coursework.