Code Monkey home page Code Monkey logo

pwp-capstones's People

Contributors

caasssandre avatar

Watchers

James Cloos avatar

pwp-capstones's Issues

PWP: Capstone - Murder Mystery

Rubric Score

Criteria 1: Valid Python Code

  • Score Level: 4/4 (Exceeds Expectations)
  • Comment(s): Code is functional and runs without any errors!

Criteria 2: Implementation of Project Requirements

  • Score Level: 4/4 (Exceeds Expectations)
  • Comment(s): Everything was correctly implemented - reusable functions were used and well tested.

Criteria 3: Software Architecture

  • Score Level: 4/4 (Exceeds Expectations)
  • Comment(s): Everything looks good in terms of function structure and class structure.

Criteria 4: Uses Python Language Features

  • Score Level: 4/4 (Exceeds Expectations)
  • Comment(s): Fantastic job working in Python! From implementing magic methods within classes to using syntactic sugar (+=, -+, etc.), it's evident to me you know how to write Python. Syntax clearly looked great as well as there were no errors running the code.

Overall Score: 16/16

It looks like you took this project and really had some fun with it. I have 2 quick tips for your knowledge and future projects:

  • It's not necessary to wrap the value you are returning from your function with parenthesis.

Example: print('hello') vs return 'hello'

  • Instead of storing an entire string as one line, you can include "\" (the line break symbol) and it tells Python that any text that comes afterwards is still part of the same string.

Example: my_string = "Hello, how\
are you doing"

If you type the following: print(my_string), Python will display "Hello, how are you doing" as one line still.

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.