Code Monkey home page Code Monkey logo

python-paydays-calculator's Introduction

#Python PayDays Calculator

Challenge: Write a python module that helps calculate paydays for a given user. Assume that a user's pay cycle data is stored as JSON within the user model. In order to minimize the scope of this project, only write the library to work for bi-weekly pay cycles. The module should work the same for all pay cycles, but you only need to implement the bi-weekly logic. The module requires the following features:

Given a user's pay cycle data provide functions to return the following:

  • whether a given day is a payday for that user.
  • If a date is not specified, default to today's date. Return a boolean value
  • get the user's next payday. Return a python date object.
  • get the user's next X number of paydays starting at a given date. If a date is not supplied, default to today. Return python date objects.

#Unit Testing

  • sniffer -x tests.test_paydays -x--nocapture -x--verbose alt tag

python-paydays-calculator's People

Contributors

quangly avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

bobbyleeacn

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.