• For Individuals
  • For Businesses
  • For Universities
  • For Governments
Coursera
  • Online Degrees
  • Careers
  • Log In
  • Join for Free
    Coursera
    Chevron Left
    Back to Learn to Program: Crafting Quality Code

    Learner Reviews & Feedback for Learn to Program: Crafting Quality Code by University of Toronto

    Filled StarFilled StarFilled StarFilled StarHalf Faded Star
    4.6
    stars
    727 ratings

    About the Course

    Not all programs are created equal.  In this course, we'll focus on writing quality code that runs correctly and efficiently.  We'll design, code and
    validate our programs and learn how to compare programs that are addressing the same task.
    ...

    Top reviews

    NS

    Jul 13, 2020

    Filled StarFilled StarFilled StarFilled StarFilled Star

    Solid course that dives deeper into the fundamentals of CS. Great instruction, attention to detail and the excercises are adequately challenging for beginners and lower-intermediate programmers.

    RJ

    Jul 10, 2022

    Filled StarFilled StarFilled StarFilled StarFilled Star

    Jen and Paul provide thorough and understandable explanations of Python as a programming language. The assignments are challenging and test the student's knowledge of the subject well.

    Filter by:

    126 - 150 of 176 Reviews for Learn to Program: Crafting Quality Code

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Deleted A

    •

    Mar 18, 2017

    Great course!

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Dang V

    •

    May 6, 2017

    Good Course

    Filled StarFilled StarFilled StarFilled StarStar

    By Thuan M

    •

    Oct 26, 2017

    As a follow-up course to The University of Toronto's Fundamentals of Programming, this course is a natural progression. As a second-level course, more is expected of the learner. The challenges offered by the instructors are more rigorous than an intro course. The quizzes can be tricky as well, so for someone seeing the material for the first time, these questions will require insight and thought to come up with the solution. Jennifer Campbell and Paul Gries are good instructors who try to emphasis the importance of the process of a programmer. The course structure itself does not seem to follow one another week to week and seems to be extra topics in programming not covered in Fundamentals. The course covers doctest and unittest, classes, search and sorting algorithms, object-oriented programming, and exceptions. The topics on classes and object-oriented programming are excellent and recommended to truly have a grasp of Python.

    Filled StarFilled StarFilled StarFilled StarStar

    By Enrique G

    •

    Aug 22, 2023

    This course ranks as one of the most challenging I've encountered, especially when compared to the first course in this program. It demands significant critical thinking, and at times, the guidance provided is sparse. I noticed issues with the formatting of some in-video quizzes, which made the answers hard to discern. Additionally, some of the content is outdated due to newer versions of Python being released. I found the forums to be of limited assistance. However, on the bright side, I did gain a lot from the course. This course will teach you a lot, but I recommend taking it alongside other Python courses to get a comprehensive understanding. Despite the challenges, I did have to supplement with external information, but overall, it was a valuable learning experience.

    Filled StarFilled StarFilled StarFilled StarStar

    By Abhishek S

    •

    Jul 2, 2017

    This course primarily focuses on best practices for writing programs(in python). One also gets to learn basic sorting and searching algorithms. It briefly touches upon the concepts of classes, exceptions etc. Along the journey you'll also learn some tricks with python. Overall it was a fantastic experience. I hope UofT comes out with a third course in this series - Learn to Program which will go into much more detail especially in concepts such as object oriented programming, exception handling etc.

    Filled StarFilled StarFilled StarFilled StarStar

    By Ron B

    •

    Aug 19, 2020

    Thank you for the course. I thoroughly enjoyed it. I was (and am) a novice at Python but felt I learned lots from the course. Highlights for me were use of the testing frameworks and the assignment in week 5. I also liked the idea of the 'design contract' used in each function created in the course and I will continue to do that with any Python code I write in the future. Thank you once again for the course. I sincerley hope there will be other courses forthcoming in the future.

    All the best - Ron

    Filled StarFilled StarFilled StarFilled StarStar

    By Ard S

    •

    Mar 15, 2019

    This strengths of this course were also it weaknesses; while I enjoyed this course more than the first one due to the introduction of a wider variety of topics (basic algorithms, OOP, etcetera) it also felt less coherent in its approach in the sense that I missed an overarching concept or arc that tied all the modules together, which IMO is where the first module shined. Interesting and educative nevertheless.

    Filled StarFilled StarFilled StarFilled StarStar

    By Oliver F

    •

    Sep 20, 2017

    It's a nice course with good videos. Since it's very basic, anyone with little programming experience should be able to pass this course. Even without any knowledge of Python, the course is manageable.

    To improve the videos, I'd recommend to adjust the audio levels, since some parts are spoken louder than others. Nevertheless, I've been able to understand everything.

    Filled StarFilled StarFilled StarFilled StarStar

    By Ikseon K

    •

    Feb 1, 2018

    Thanks to lecturer's clear and easy explanation, I completed this coursework after LTP1, Learn to Program: Fundamentals. I really appreciate it for two great teachers' enthusiasm and kindness. Throughout this coursework, I can find the big picture of Python programming world. Thanks! Also, hope anybody else will enjoy the programming through this great coursework!

    Filled StarFilled StarFilled StarFilled StarStar

    By Zzm S

    •

    Sep 28, 2018

    Topics are well chosen. I think the content is practical and not superficial for work. I appreciate the instructors' work. They are very clear and logic is easy to follow. I would suggest there to be more code assignment for practice. I personally think the content is good but not enough. This course is more like a 3 -week course.

    Filled StarFilled StarFilled StarFilled StarStar

    By Alberto P

    •

    Sep 9, 2018

    The course was great, I enjoyed it less than the first part though. I feel there was way more support from the mentors and the forums in the first part, whereas in this edition there was almost nobody posting around and helping. Still, as the other one great teaching from both professors and great content. Thank you!

    Filled StarFilled StarFilled StarFilled StarStar

    By Irina K

    •

    Mar 24, 2017

    Quite simple course for those, who has already learned some python, but has some drawbacks in knowledge of unit testing, exceptions and classes. All examples are understandable and simple.

    Although expected more about quality code crafting, some hints and best practices, that could help in real life of the developer.

    Filled StarFilled StarFilled StarFilled StarStar

    By Li H Y

    •

    Jun 27, 2017

    Overall it is a very great course. The material is well-structured and worth to learn.

    This course worth 4 stars but not 5 because the instructors seldom answer questions in the forum. Fellow students need to help each other and sometimes there is no help from everyone.

    Filled StarFilled StarFilled StarFilled StarStar

    By Daniel B

    •

    Dec 18, 2021

    Teachers have a great knowledge and explain the concepts in a plain view, easy to understand. However, they use propietary software (from Apple) and do not use a standarize docsting format.

    Filled StarFilled StarFilled StarFilled StarStar

    By Greg D

    •

    Jul 2, 2020

    Mostly accurate per overview.

    Using versions of Python no longer supported to auto-mark submissions, should be updated.

    Otherwise, rigorous detail for the quality of crafting code.

    Filled StarFilled StarFilled StarFilled StarStar

    By Andrew J M

    •

    Mar 23, 2022

    The course was great but I didn't recieve any replies when I was asking for help on the extremely hard final assignment. But passing the final assignment felt sooooo good

    Filled StarFilled StarFilled StarFilled StarStar

    By Balazs L

    •

    Jun 2, 2022

    Besides TDD and proper comments, there wasn't much said about quality code.

    The runner for the assignment is not working, which made the assignment pretty anti climactic.

    Filled StarFilled StarFilled StarFilled StarStar

    By Branimir L

    •

    Apr 9, 2017

    It does not fulfills completely its title 'Crafting Quality Code'. Nevertheless, it does pay attention to unit testing and taking care of the design via design recipes.

    Filled StarFilled StarFilled StarFilled StarStar

    By Kseniia S

    •

    Sep 30, 2020

    Generally good, but a bit worse than the first part. There were some inconsistencies in the tests and tasks and instructors didn't answer questions in the forum.

    Filled StarFilled StarFilled StarFilled StarStar

    By Christian B M

    •

    Mar 20, 2017

    Good course, especially the doc and unit testing parts. I had hoped for a more advanced implementations, but thank you for mentioning the exec function.

    Filled StarFilled StarFilled StarFilled StarStar

    By Aiden S

    •

    Nov 19, 2020

    Course is good for knowledge but there are a lot of mistakes in certain quizzes and is a difficult without a mentor in the forums.

    Filled StarFilled StarFilled StarFilled StarStar

    By Alejandro G Z

    •

    May 27, 2020

    Very helpful concepts, clearly and thoroughly explained. I found the Testing chapter especially useful. Thanks!

    Filled StarFilled StarFilled StarFilled StarStar

    By David A G

    •

    Jul 21, 2020

    Si completaste Learn to Program: The Fundamentals, recomiendo que sigas aprendiendo con este curso.

    Filled StarFilled StarFilled StarFilled StarStar

    By vlady N

    •

    Jun 16, 2020

    The end Assignment has been lacking instructions for an end-to-end testing and local implementation

    Filled StarFilled StarFilled StarFilled StarStar

    By Emil L

    •

    Jul 17, 2020

    Very well structured. Good quiz and assignments. Builds a solid foundation.

    • Chevron Left
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • Chevron Right

    Coursera Footer

    Technical Skills

    • ChatGPT
    • Coding
    • Computer Science
    • Cybersecurity
    • DevOps
    • Ethical Hacking
    • Generative AI
    • Java Programming
    • Python
    • Web Development

    Analytical Skills

    • Artificial Intelligence
    • Big Data
    • Business Analysis
    • Data Analytics
    • Data Science
    • Financial Modeling
    • Machine Learning
    • Microsoft Excel
    • Microsoft Power BI
    • SQL

    Business Skills

    • Accounting
    • Digital Marketing
    • E-commerce
    • Finance
    • Google
    • Graphic Design
    • IBM
    • Marketing
    • Project Management
    • Social Media Marketing

    Career Resources

    • Essential IT Certifications
    • High-Income Skills to Learn
    • How to Get a PMP Certification
    • How to Learn Artificial Intelligence
    • Popular Cybersecurity Certifications
    • Popular Data Analytics Certifications
    • What Does a Data Analyst Do?
    • Career Development Resources
    • Career Aptitude Test
    • Share your Coursera Learning Story

    Coursera

    • About
    • What We Offer
    • Leadership
    • Careers
    • Catalog
    • Coursera Plus
    • Professional Certificates
    • MasterTrack® Certificates
    • Degrees
    • For Enterprise
    • For Government
    • For Campus
    • Become a Partner
    • Social Impact
    • Free Courses
    • ECTS Credit Recommendations

    Community

    • Learners
    • Partners
    • Beta Testers
    • Blog
    • The Coursera Podcast
    • Tech Blog
    • Teaching Center

    More

    • Press
    • Investors
    • Terms
    • Privacy
    • Help
    • Accessibility
    • Contact
    • Articles
    • Directory
    • Affiliates
    • Modern Slavery Statement
    • Manage Cookie Preferences
    Learn Anywhere
    Download on the App Store
    Get it on Google Play
    Logo of Certified B Corporation
    © 2025 Coursera Inc. All rights reserved.
    • Coursera Facebook
    • Coursera Linkedin
    • Coursera Twitter
    • Coursera YouTube
    • Coursera Instagram
    • Coursera TikTok
    Coursera

    Sign up

    Learn on your own time from top universities and businesses.

    ​
    ​
    Between 8 and 72 characters
    Your password is hidden
    ​

    or

    Already on Coursera?


    I accept Coursera's Terms of Use and Privacy Notice. Having trouble logging in? Learner help center

    This site is protected by reCAPTCHA Enterprise and the Google Privacy Policy and Terms of Service apply.