Good introduction level course!
Ratings and Reviews for Programming for Everybody (Getting Started with Python)
Back to course Page
Reviews and Ratings
Reviews
Fantastic beginners course that serves as an introduction to programming. Dr Chuck presents in such a way that makes learning easy.
Very good course.
Excelent course for beginners.
Great course delivery and loved the extra videos, however as an experienced java developer I found the course too basic.
I would say it is really a very nice series of courses. I like it very much and I will definitely stick to it.
excellent course for beginner
This course is indicated to anyone looking for an overview of Python programming. All Assignments and Quizzes are quite simple problems. To be honest, I expected more of this course.
good
inp = raw_input("What do you think of the course?")
while True:
if inp == "Chuck_is_amazing": break
if len (inp) < 1 : break
else:
"You_do_not_understand_why_this_is_a_good_course!": break
print "inp"