Chevron Left
Back to Crash Course on Python

Learner Reviews & Feedback for Crash Course on Python by Google

4.8
stars
39,254 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

AL

Nov 25, 2020

Very good crash course. Considering myself not a Python novice, maybe intermediate level, I even learned something new. Don't expect to be a Python expert after this, though, as it is a crash course.

DA

Jun 9, 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!

Filter by:

8776 - 8800 of 10,000 Reviews for Crash Course on Python

By Zeng Y

Aug 2, 2023

.

By Francisco J R L

Jul 15, 2023

By Raz R

Jun 24, 2023

.

By Naim A K

Jun 13, 2023

By Andriana

Apr 18, 2023

-

By Javier O M

Apr 12, 2023

.

By Bulan F

Mar 5, 2023

k

By Muhammad A M

Mar 3, 2023

.

By sakshi k

Feb 24, 2023

,

By 1129_ S R

Nov 6, 2022

g

By Dr P M K

Oct 20, 2022

By woranaat k

Sep 12, 2022

By Mohamed A

Aug 21, 2022

T

By pranjal n A

Jun 21, 2022

.

By Prasun K

May 22, 2022

.

By LOKESH

May 10, 2022

.

By Eduardo R

Feb 15, 2022

I

By Vu C T

Sep 1, 2021

By Ayesha S

Aug 12, 2021

By Matta C

Jul 29, 2021

By A N

Jul 28, 2021

By Матвеев Д А

Jul 22, 2021

.

By Hanshikha R

Aug 7, 2020

.

By Rushikesh P

Jun 13, 2020

.

By Richard G

Mar 26, 2024

I'd give this course a 4.5 star, if half star ratings were allowed. I found this course to be very informative, very well presented, & had a good progression of difficulty starting very basic & gradually getting more complex. I also liked that this course gave links for further reading/study outside of the course itself. I also liked that when I got questions wrong on the graded assessments I was linked back to where I could learn the answer to that question. A couple of things held this course back from receiving a 5 star from me. This course didn't go over the dir() or help() functions which would have been very useful at times. On one of the graded assessments (or maybe it wasn't a graded assessment, but a section in the following module) some questions involved object-oriented programming which was an optional portion. I did the optional part so it was fine for me, however if someone skipped the optional part I don't see how they would understand Event Classes. The least explained portion of the course was "Python in Action" in module 5, the import function was used for 4 different imports that weren't explained very well. From another course I learned the dir() & help() function & tried to use those to make sense of what was happening, but I never fully understood it. Most concepts had a video + a reading which was very well done, but this one reading, the hardest out of all of them had no video & minimal explanations while bringing in a bunch of new functions not shown before in the course.