(1484 Reviews)
(4203 Reviews)
ST
Jun 25, 2023
Its really a great course . since i didn't have any previous knowledge regarding python at all and i thought it would be difficult for me to adapt but it was easy to learn through this application . I
AB
Aug 23, 2020
Great introduction to Python and programming as a whole. Everything is broken down making it easy to understand. Had zero programming experience before and this class made it easy and fun to get into.
By Jifan Z
•May 7, 2018
Basic ideas about programming are well illustrated in this course. It's perfectly good for new beginners, but it's a little slow for the students who have other programming skills such as C, Java, etc.
By Yu Z
•Apr 29, 2018
I really love this "Programming for Everybody (Getting Started with Python)" course because it's not only taught knowledges about Python to me, but also sense of computing thinking style! Thanks a lot!
By Kate D
•Jan 19, 2018
Great course! I only audited it, but gained so much information. The instructor is fantastic, he clearly explains Python in an easy-to-understand way. I look forward to the other courses he's produced.
By Josh D
•Jan 13, 2018
Great course for beginners. If you have programming experience, but feel rusty, or don't know Python, it's a great way to refresh your programming skills and learn Python syntax. Great instructor, too.
By Erin L
•Oct 29, 2017
Prof. Severence is amazing. He presented the material clearly and concisely. The videos were engaging and informational. I would recommend this to anyone interested in learning a bit more about coding.
By Indhra M
•Sep 9, 2017
it was very exciting to learn from Dr. Charles Severance. Then coruse was excellent with the perfect materials and supporting assignments and quiz.
Thank you for making learning a wonderful experience.
By Madhukar P
•Mar 26, 2017
This was an awesome course and it helped me learn a lot about python.
I would highly recommend this to a beginner. This course has quizzes and graded assignments with help you see if you are doing good.
By Zhang X
•Feb 27, 2017
Helpful Course
I love this course and thank Dr. Severance giving us beginners this useful course. I can follow the steps and make sense to me who have no programming background at all. Highly recommend.
By Josh N
•Feb 7, 2017
Excellent if you have zero starting knowledge of Python. Even a basic understanding will make some of the videos feel like they're too long. Excellent instructor makes course worth taking despite this.
By NIKHIL S
•Jan 31, 2017
It was very basic and professor used made it very easy and interesting. As a person who doesn't have any prior knowledge of programming i feel confident in python now and i want to learn more about it.
By Jhénelle W
•Aug 29, 2016
Prof. Charles is amazing. His lectures are very informative and clear. I appreciate this as a good platform to develop my Python skills. I do believe this may be my most favorite online course to date.
By Stefan K
•Dec 28, 2015
Very nice introduction to python with great instructor, practical assignments and free ebook provided. I recommend this course to beginners with no prior or small amount of experience with programming.
By ESTEBAN A A
•Feb 7, 2022
Los contenidos tratados y le enseñanza del profesor Charles Russell Severance hacen que valga la pena el tiempo dedicado al curso de introducción a Python, que además me resultó sumamente didáctico.
By Сергей Р
•Sep 5, 2021
Great introduction to Python and programming as a whole. Everything is broken down making it easy to understand. Had zero programming experience before and this class made it easy and fun to get into.
By Irakoze I
•Dec 24, 2020
this course was very helpfully because i learned so much from it this is was my first online course i look forward to learn many course as possible to improve my programming skills .
thank you so much
By Rusiru R
•Nov 27, 2020
The course is really helpful for me to enhance the Python programming language. Thank you for offering this kind of course special thanks to the professor. His teaching methods are really impressive.
By SARASWATHY T
•May 10, 2020
It's really an awesome course from which I had learnt how to program in Python.
I even don't know the basics of Python after attending this course I am able to program myself.Thanks for your guidelines
By Kolisetti v p
•Mar 2, 2020
good morning sir .I'm learned the programming for everybody getting started with python the classes are very interesting and assignments are challenging please give the permission for the next course
By Aakash R
•Aug 6, 2019
Really Happy doing this course, This is what a beginner needs, I have got confidence to learn Python in depth this is the beauty of this course , helps understand easily. A quality course. Thank You😊
By Marcus L T
•Mar 23, 2018
Really enjoy the professor's style, variety of content included, side jokes like the sorting hat and more. Makes for an easy to learn course, that makes me want to come back and do the next lecture!!
By Xuefeng W
•Sep 6, 2017
I strongly recommend those who are learning this course read the book written by the professor, it really helps a lot, only watch the video is not enough.
I'm eager to learn more about programming now!
By Vamshi K
•Jun 6, 2017
The editor needs to be improved, the overall course is very well done, but i really struggled getting the editor to work in terms of indentation.
Would definitely recommend this course to fellow peers.
By 韦佳彦
•Nov 11, 2016
I think this course might be a little bit of easy to students who had programming experience before,but Doctor Severance is awesome in teaching, and it is a good choice to built foundation in python.
By Gustavo N
•Oct 11, 2016
Really good course, it gies you great skills for starting to program in many languages. In my case, it also helped me to refresh previous skills and also leearn new concepts. Greetings from Venezuela.
By Gerald V
•Sep 18, 2015
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"