Excellent course, it gives the entry basic level
Ratings and Reviews for Programming for Everybody (Getting Started with Python)
Back to course Page
Reviews and Ratings
Reviews
Great course for starter! Really for everybody!
Excellent course. I have a minor gripe that the lectures were almost verbatim repeats of the course textbook which itself was very useful. Looking forward to the next course already.
Excellent course. Have lot of examples and the clases are very clear. The book that is given with the course explain in detail the topics of every week and add additional details.
The forum is also an excelent tool to debate and learn from and with others.
Great course ... really tries to introduce programming to the novice and works hard to avoid intimidating the learner. I had great fun (though I've had prior experience with C programming) doing the course.
Very nice course for beginners.
If there is some experience with other programming languages it can easily be absolved in 1/2 days, while not rushing through.
interesting and joyful startup...
Very good course. Must for all the starters.
Recommend it to all the beginners.
very good course for beginners.
and I would like to put some suggestions:
1. might be worthy discussing a little about type conversion samples like: x= "1"; x = int(x);
2. for HW 5.2, if user put floating number, it will pass the try, but actually we need to output integer. which is easy to fix but might cause frustration
thanks!
really helped teach me all the basics in an easy way. thank you.