Giter VIP home page Giter VIP logo

tomerater's People

Contributors

knight2142 avatar

Watchers

 avatar

tomerater's Issues

This works with your "populate" test

def add_user(self, name, email, books=None):

When I run the "populate.py" code that reviewers are given - I get an error here. The reviewers code was expecting the argument user_books instead of books. However, it seems you anticipated this and change the argument in add_user in the version of "populate.py" you uploaded.

Good use of line breaks!

return "User: {name} \nEmail: {email} \nBooks Read: {books}\n".format(name=self.name, email=self.email, books=len(self.books))

Good use of line breaks \n. It makes the messages you print to the terminal more readable!

Summary

Rubric Score

Criteria 1: Valid Python Code

  • Score Level: 4 (Exceeds Expectations)
  • Comment(s): Code included runs without any errors (when using your populate.py).

Criteria 2: Implementation of Project Requirements

  • Score Level: 4 (Exceeds Expectations)
  • Comment(s): Code produces the suite of functions and classes required of it and calls them in an appropriate order.

Criteria 3: Software Architecture

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

Criteria 4: Uses Python Language Features

  • Score Level: 4 (Exceeds Expectations)
  • Comment(s): Code uses language features appropriately. If a task can be solved with a Python language feature, it is. Particularly, great job using line breaks to make your messages more readable.

Overall Score: 16/16

Very well done! You went above and beyond when making your messages readable and creating error messages for case handling. Fantastic work! You have created a very fine module here and clearly have a firm grasp on programming in python!

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.