Chevron Left
Back to Crash Course on Python

Learner Reviews & Feedback for Crash Course on Python by Google

4.8
stars
35,711 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!

FN

Nov 13, 2022

This is actually a really great start for beginners in python. I am an intermediate python developer so for me it was too basic, but still a nice refresher for all the basics that we sometimes forget.

Filter by:

551 - 575 of 9,825 Reviews for Crash Course on Python

By David C

•

Jan 7, 2021

A great introduction to the Python programming syntax, data types, conditionals, loops, and more. I really liked that several of the practice exercises were challenging and provided opportunities for a little bit of creativity. The final project was interesting too.

By Alek R

•

Aug 7, 2020

As someone that has previous knowledge of programming, I find this course very exciting since I lear a lot of stuff that I struggle to deal with on other programming language and help me out having a new perspective in which I can work and apply for all areas on IT.

By KALYANKAR B

•

Aug 17, 2020

They will go super fast because its a crash course so you need at least basic knowledge of Python. if you really don't get whats going on I advise you to go back & watch the videos again because that's what i have done for so many times but all worth it in the end.

By Hamim N R

•

Jul 4, 2020

The course entitled "Crash Course on Python" is so helpful to begin with python. The videos and cheat sheets are so elaborate and easy to understand. The quizzes are also bit fun solving thing. Enjoyed it,didn't feel like going through boring lectures for a moment.

By Rüdiger R

•

Jun 13, 2023

An interesting and powerful crash course on Python.

All tutorial videos, self study sheets and graded quizzes are very good!

They guaranty a quick access to Python language and enable the way for digging deeper in the reference manual when needed for specific tasks.

By Divyansh G

•

Jul 1, 2022

This course is really amazing. In past, I have many courses on other platforms but this course's quality is so good.

This course is totally beginner friendly & easy to understand.

All the questions & assignments provided in this course are real-world-based problems.

By Theodor

•

Nov 21, 2022

For the affordable price of coursera, this was an incredible source of structured information.

This course did an incredible good job of giving appropriately level of difficulty to the questions following the videos.

I always ended up learning from the questions!

By Bobur Y

•

May 4, 2021

First of all thanks for Google and Coursera for organizing Google IT-Automation with Python Course. From first course of the Specialization "Crash Course on Python" I learned lots of things in Python. How to use lists, dictionary... Thanks for Google and Coursera

By Ereny G

•

Mar 8, 2021

Honestly I can't thank Cousera and Google enough for such an amazing course, I'm really greatful and so excited to start the next part. it was amazing the instructor was simple and clear and funny too, I loved her and she was very informative. Really Thanks alot

By Shiva p t

•

May 27, 2020

I loved learning python very much.Eventhough i am Civil Engineer and had done master in geo-technical Engineering,i am damn sure thatnI will apply this skills which i have learned through coursera in my own field in the coming future.Thank you so much Coursera.

By Feng J

•

Nov 21, 2020

This python course is taught by two beautiful women, full of enthusiasm in teaching and also know very well how to teach. They could think in your way. It's really a joy in learning this course. I am eager to learn it. Thank you for making this great course !!!

By Mohammad S

•

Aug 24, 2020

This is one of the best courses I have ever attended in my life. This course is designed wonderfully by Marga. And Christine Rafla ma'am is the best instructor. She's too cute, and she made this course as beautiful she's. Thank you, Christine, Thank you Google.

By Marco S

•

Apr 29, 2020

This course will help you build and strengthen Python and Computer Science fundamentals. I highly recommend this class to anyone in their career, whether you're curious about the subject or are a seasoned veteran, everyone will learn something from this course!

By Sathwik S S

•

Apr 29, 2023

The Python crash course was fantastic! The instructors were amazing, always there to share knowledge and provide guidance. I'm amazed at how much I've learned in such a short time. The course was well-structured and covered all the basics. Highly recommend it!

By Turan Y

•

Oct 2, 2020

Thanks Google and Coursera for this amazing course. What I personally did not like is that some of the course lectures (particularly endings) were repetitive like broken cassette as instructor said :D. But overall, everything was great to start Python journey.

By Arnold P

•

Jun 30, 2020

As a beginner in Python, I thought it would be a great idea to learn this programming language since I am going to major in IT Management. After taking this course, I feel as if I have more knowledge. This course is great if you want to expand your learning.

By Garren H

•

Mar 8, 2021

I would say this is a great course. Learning curve is nice at first, but takes off halfway through. Also, many people, including myself, had issues with the auto grader on the course final. It's straight up broken and the notebook had to be uploaded manually.

By Deleted A

•

Dec 3, 2020

Good course to start with Python. The teacher was nice and also the assignments. The only point I think could be improved is the final assignment. It is not hard but I had a concept mistake and all the feedback I had was 'not enough' which was not so helpful.

By Murtuza B

•

Oct 7, 2020

It is a very good course for beginners. Most important thing is it has good amount of practice exercises with right level of difficulty for beginner in Python programming. Instructors is good and her way of explaining things make the lectures interesting.

By Leonardo B B

•

Aug 3, 2020

I really liked the course! Of course it is from Google! However, if you don`t have some prior experience coding it can become extremely hard! I do recommend take an easier course before diving into this course. It will be extremely hard if you don`t do it.

By Yash R

•

Apr 5, 2020

This is a wonderful course to start with Python. The instructor of the course is amazing and expressive. The concepts taught by the instructor throughout the course were very easily understandable. The instructor also motivates a lot to complete the course.

By Adriel Y

•

Jan 19, 2024

A very good introduction to the language, as someone who graduated using C, C++ and C# learning a new language, it was easy to comprehand yet surprising to find out all the cool implementations python has made to improve the quality of life for programmers

By Louis G

•

Jul 14, 2020

For who know other programming languages, this subject is still a best choice as a first step on python! Video is not required but reading materials including cheat sheets and Jupyter do help a lot. The final project worth a try and it's pretty satisfying.

By Peter V H

•

May 1, 2020

Great course! The pace of the matter in the modules is just perfect and you can follow along with the coding. The optional OOP and final project where interesting!! I've learned a lot!

Many thanks to the Google and Coursera Team - Keep up the good work ;-)

By Zubair S

•

Feb 9, 2020

My experience with this course has been extremely positive. This course was a large catalyst in a new perspective and outlook that I have developed this semester. I was surprised at how much of the class was relevant to current events and…race relations .