Code Monkey home page Code Monkey logo

pwp-capstones's People

Contributors

dannoprojects avatar

pwp-capstones's Issues

Final Grade

Rubric Score

Criteria 1: Valid Python Code

  • Score Level: 1
  • Comment(s): Code included runs with errors.

TomeRater.py runs fine because it contains only class declarations and no real test cases, but after running populate.py, lots of errors in the code gets pointed out.

Small Error - typo in the name of most_read_book() because the user included an s at the end of the method.

Larger Error - Learner mis-used the max() function by not passing in a comparable type for the second argument.

Learner should have tested the test cases before submitting to make sure the project specifications were all completely finished.

Criteria 2: Implementation of Project Requirements

  • Score Level: 4
  • Comment(s): Code produces between 100% of functions and classes required of it and calls them in an appropriate order.

Criteria 3: Software Architecture

  • Score Level: 4
  • Comment(s): Code is separated into distinct classes and functions each which are invoked for their own purpose.

Criteria 4: Uses Python Language Features

  • Score Level: 4
  • Comment(s): Code uses language features appropriately. If a task can be solved with a Python language feature, it is.

Good use of iterators, nested calculations such as return str([book for book in self.books.keys() if book.get_average_rating() == top_rated]) in highest_rated_book(self), and format().

Overall Score: 13/16

Learner has a really good grasp of Python fundamentals and even some Python advanced tricks such as the above mentioned line of code by writing loops in-line. Learner should check over his/her work more as when I ran the test cases attached to the project, it crashed on most_read_book().

Learner should take more care and spend a little more time testing out all the functionality.

Great use of comments that really explained what each function should be doing without having to read the actual code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.