Chevron Left
Back to Crash Course on Python

Learner Reviews & Feedback for Crash Course on Python by Google

4.8
stars
36,153 ratings

About the Course

This course is designed to teach you the foundations in order to write simple programs in Python using the most common structures. No previous exposure to programming is needed. By the end of this course, you will understand the benefits of programming in IT roles; understand basic Python syntax; explore different code editors and developer environments; be able to write simple programs using Python; figure out how the building blocks of programming fit together; and combine all of this knowledge to solve a complex programming problem. We'll start off by diving into the basics of writing a computer program. Along the way, you’ll get hands-on experience with programming concepts through interactive exercises and real-world examples. You’ll quickly start to see how computers can perform a multitude of tasks — you just have to write code that tells them what to do....

Top reviews

DA

Jun 8, 2020

An excellent course for those who want to boost their programming abilities on Python. It tackles diverse and challenging problems, for you to practice and round out every concept. Highly recommended!

NR

Aug 14, 2021

Course presentation is good. Topic selection is good. Selected Strings, Lists, tuples and Dictionaries, using these program logic can be build. Examples are good and interesting. assignments are good.

Filter by:

9551 - 9575 of 9,928 Reviews for Crash Course on Python

By Umer A K

•

Aug 20, 2020

.

By Brandon D

•

Apr 17, 2022

While the course itself was pretty good, there were some definite technical issues (which is ironic for a coding course).

1. When the video pauses for qeustions, you can't go back and look at the video to learn how to answer the question. Watching once is probably not going to be enough for most people to figure out the code to be able to move on, and I don't think that is the goal of those questions.

2. I feel like I spent more time with technology not working than with my code not working. For example, for the final project, I was supposed to upload a text file and then get started. I spent more time trying to upload the text file than trying to write the code. I went to the discussion boards and found that many other people had the same problem, and the moderators responses were basically to keep trying what wasn't working. That shouldn't be the hard part. Even once I had the code working, I couldn't get credit by submitting the way the instructions say.

This course would be much better if the bugs were worked out.

By Cody F

•

Dec 2, 2020

Crash courses shoudn't start with explanations of the most basic tasks then ask the for more complicated solutions to issues where I need to use your exact notation. I'm not going to teach you 2 + 2 then ask you to find the trajectory of a ball throw at an angle and speed (x). I understand you are all super intelligent there, but if you are going to show me how to do something very simple, don't turn around and ask me to solve something that only uses a bit of the information you literally just taught while having me trying to figure out how to use every other thing you mentioned earlier. It doesn't make sense. Next time review all the concepts of the upcoming problem in a single video to show how to complete liteally the same task, then ask me to try on my own so I'm not stuck 2 days on a "simple" problem, in your eyes.

Other than this I think the course works well if you already have a basic understaning of coding before taking the course. Your efforts are appreciated and I will master it with time. Thank you!

By Douglas P

•

Jan 7, 2021

I'm sure that the professionals who made this course know what they are doing when it comes to programming. While I wanted to finish this course, I feel that it is impossible for me to do so. This is supposed to be a 'crash course', but it is exceedingly difficult and written as though it is meant for people who have experience with Python. When the Jupyter Notebook section appeared, I simply had no idea what I was supposed to do.

If you have experience with Python, then this is likely an excellent course that will help you gain a better understanding of Python. If you are looking for a Python 101 'crash course', then I suggest you look elsewhere.

Google, if you are reading this, then I urge you to consider reworking this course. For the last two weeks, I have been totally lost. With the Jupyter Notebook, there was no chance of me understanding what was going on and I know that it would be impossible for me to finish the final project without help - actual, responsive, informed, professional help.

By John C

•

Jul 6, 2021

It's a decent programming course, but doesn't have any new or easy to understand ways to understand the harder concepts of programming. It feels too easy at first, but around Week 4, it gets much harder, very fast.

The easy, very basic parts of programming are explained pretty well. The harder parts; the parts you really need to understand to be a professional coder and to complete the course, those parts you have to just learn to understand on your own.

Just a bit disappointing that the "friendly", "wacky", "inclusive" instructor doesn't add much to the course. The harder concepts in programming are not that hard to explain if they just tried. Just draw some pictures, or use some objects. I know because I teach kids how to program in these ways. I think Google didn't care too much about this course. For this class, you need to do all your own research and make up your own ways of understanding to get the certificate. If you have some code experience already, it shouldn't be too hard.

By Carloz G

•

Dec 11, 2020

Great course! The python concepts and exercises are very helpful, challenging, and engaging. Even though it is technically "for beginners", the course does very little to walk you through getting set up and acquainted. I would recommend that individuals who take this course have at least a general understanding of the terminal and are ok with being pretty much on your own throughout the course. I disliked the fact that the there were no answers or explanations to the coding exercises and activities. I will preface my next comment by stating that this was not my first python course, so I felt comfortable troubleshooting my issues and did not use the discussion boards. For someone who is starting from step 0, the questions and exercises, which can be fairly difficult and tricky, might be a frustrating since there are no answers or examples to the questions. Overall, it was a great course and I learned a lot.

By Mary K

•

May 18, 2022

I'm not a beginner, but it seems to me that beginners would easily get lost. I seriously question using Jupyter notebooks for a "beginners" course, with no instruction on how to use it. Course did not teach best practices at all. One one video, I saw a code snippet with some boolean check errors (= vs ==. The code wasn't run but then it was 'let's see if our code works' in the next video and it did - it did show the code, corrected. Again, I think that could be disheartening and confusing for beginners.

Also there are references to 'up next' and 'as we saw before' that we never did see - clearly course content has been done-up but the videos have not been updated.

I can't get on board with the 'dont' worry about it, it will all work out' approach. A book would be much better - and so would downloadable resources with code for beginners to look at/read.

By Patrick W

•

Nov 26, 2021

The course starts off well enough with plenty of practice questions that outline how you are proceeding. The problem arises in the later courses when you have to write your own code. If you get the code to work there is a generic "you did it" response but if the code doesn't work it just says that it didn't work and doesn't give you any helpful feedback. I know this is a recorded course but some situational feedback along the lines of "did you double check your syntax", or "the error that came up means something isn't defined.". This would go a long way to helping your learners better themselves without having to google every question for 30 minutes just to figure out what they did wrong on a practice question in the middle of a 3 minute video.

By Gregg B

•

Mar 1, 2020

The course had great information. I think the course flow was a bit out of order where they did certain complicated tasks before taking on the simpler tasks. As an example, they talked about defining functions really early in the program when they hadn't even talked about all the data types yet. That said, if you are in the Information Technology career-field, they had fantastic examples of how Python can be used to improve your job performance. I recommend this course if you are an IT specialist, but if you aren't, there are better courses to learn python (I really liked University of Michigan, Python For Everybody).

By Chris S

•

Jun 8, 2023

I guess there is a generational difference in learning styles ... as a 50-something I found it a bit condescending for the instructor to be constantly "stroking" the audience. Do kids these days really have to be coaxed into learning something new? My time is valuable and I would prefer a more succinct presentation of the material. I also found the Jupyter notebooks to be a bit clunky ... every time you need to needed to make a change to earlier code you had to step through all the intervening code steps again - some way to fix this? Overall, though, the course was professional and well thought out (if a bit slow).

By Liban

•

Sep 30, 2020

The instructors are amazing to make that clear. My concern throughout the course was the compiler I write the quizzes and assignments. It wasn't very user-friendly as it sometimes get stack, sometimes the side bar malfunctions and I end up having a hard time moving through my code (zooming in and out). I tried moving to my iPad to use the Coursera app but it had a problem with the compilers as well, as it sometimes doesn't show the compiler for some quizzes/ assignments. I was using MacBook Air (2015)(safari browser) and iPad Air 2(coursera App). Apart from that It was a beneficial course and I am glad I took it :).

By Karen F

•

Sep 26, 2021

I took another beginner level Python course on Coursera and got my cert, so I'm comparing between the two. The lecture for this course is rather easy to understand, but the way the questions for the quizzes and assignments were phrased were difficult for me to understand such that I didn't even really know what was I expected to do (I didn't have a problem for my other course). The examples given in the lectures were very simple, and compared to the requirements of the assignment and quizzes. There was no worked example/solutions for the more challenging questions, so it's difficult to learn from my mistake.

By Diego S

•

Feb 3, 2021

Without a doubt what I least like about this course in general are it's exercises and problems. Most of them consist of completing or finishing writing an incomplete code.

Surely reading someone else's code isn't an easy task. Now add that you will be missing data, or that it will be incomplete, and even so you have to understand it and sometimes fix it.

I certainly do not think that this type of exercises is the best way to help the student understand, and much of the time they only confuse them.

Thats why I wouldn't recomend this course.

By Joshua D

•

Aug 9, 2022

This course seemed didn't seem to be as beginner as it asserted at the begginning. The explanations of how and why the code worked were almost non-existant. Which is fine if the practice and tests questions closely mirrored the examples shown. It would be easier to figure it out. But they didn't. They would throw in things that I feel was not covered sufficently or at all beforehand. That being said, after I did another Python intro class that walked through things much better I found this course more enjoyable.

By lee a

•

Oct 9, 2021

Several times I was stumped, not by a lack of understanding, but rather, by poorly functioning tools on this website. The most frustrating was on the final graded task. A tool for uploading a text file to a utility used for writing code was missing. It was necessary that I type it in and manually store it in a file. Even cut and paste wouldn't work. I don't mind a bit of typing. My complaint is that I am at the stage of following instructions and learning. I am not at the making it up as I go along stage.

By David O

•

Jul 30, 2022

some of the material covered felt a little bit advanced and or didn't spend enough time on it. I know we can review the videos as much as we want/need to, but maybe having an optional worksheet with easy questions in the beginning and harder ones to the end, can help with practicing the concept before taking the quiz. There were some instances of questions that is designed to help, but I really do think we could benefit with a worksheet with easier questions first to get the concept easier.

By BRENT A T

•

Nov 6, 2020

This was my first Python course and I do not feel at all confident of my skills or knowledge after completing it. I was hoping to complete the related Google/Coursera certificate program which this course is the first class of. I do not feel confident in continuing the program and am now taking a different Python course on a different platform after which I will reevaluate and determine my next step. After this experience my next step will probably not be with Google or Coursera.

By Catherine A

•

Mar 8, 2020

I finished the course March 3, 2020. At that time, it was very difficult to get expert help. The discussion forums have 27 moderators but only 2 had replied to any posts or gotten any upvotes. (Thank you, Sarang Kulkani and Chaitanya P. At least you tried.) The problem that I had with the last assignment has been known since January 30 and has still not been solved by Coursera. I found suggestions by other students and finally found one suggestion that helped me.

By Vinicius d M

•

Oct 23, 2020

The course guides us in a directive/objective way very fast, at a certain point, the tasks become really difficult and i needed to check for a lot of help and used other methods for interact with the language while listen and practice with teachers or means from other platforms. Although even felling that I do need to understand much more in-depth about programming and python its has to be a challenging process which put myself in front of my uncertainties

By abdala m

•

Jun 10, 2020

The course is great and learned so much but it seems there is no much help when u encounter errors in the code. For example, I have been having a problem in the final project where I did everything but just can't fix an error from the code in the last cell( Error: image can't be converted in to float). I did posted this error almost all section of the discussion forum. Is is very frustrating when you can't get your certificate that you worked so hard.

By Deba D B

•

Jun 20, 2020

The last assignment went really pathetic for me. Cause i didn't know how to use #jupyter notebook till then. Anyway, every quiz and assignment questions were really classy. It will be really helpful for those who are absolutely beginner in programming and thus in python. By the way , the OOP part were really confusing . Specially #Compostion and the last project with OOP in sixth week. That part should have been taught in a more elaborated way.

By Shanthikumar M

•

May 21, 2020

Good startup course for Python, the quizzes and

assignments were easy and illustrated/ backed up the

instructor's concepts.

The project had a good

summary description but whenever I saw the

components of the project, I saw some

deviations/contradictions that led

me on a wild goose chase and made me post

numerous questions in the forum. There was no

availability from the instructor for assistance and she

couldn't be reached by email.

By david t

•

Dec 3, 2020

I think this course is better suite for someone that has more experience with another coding language already. I feel that is was hard to get help on here and most responses were "refer to this example" instead of explaining where our mistakes are and what to try to correct it instead of just looking for the answer and then piecing it together. i also feel this course should have more practice involved using the concepts we learn.

By Tymia T

•

Feb 23, 2022

If I didn't already know Python then I think I would have failed this course. It's not a good intro to Python AT ALL and the quizzes are really really hard for what they teach you. I'm very lucky to have self-taught before coming here. There are bugs in the Jupyter notebook lab which is insane because people pay money for this and it was IMPOSSIBLE to submit assignments at times. That is really discouraging.

By Rohan

•

Aug 29, 2020

The videos, notes, and instructions in general were very good. The content was quite broad and the pacing was also good for a beginner, however I believe that fill in the blanks questions aren't necessarily the best way to learn programming, there was a surprising lack of starting things from scratch which was a bit disappointing as no one's gonna hold your hand when you're writing a script on your own