Skip to content

A DoggyDaycare Management System Implemented with Python Dictionaries

Notifications You must be signed in to change notification settings

vuinguyen/BowWowzersDaycare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BowWowzersDaycare

Purpose: The BowWowzersDaycare project is a Doggy Daycare Management System implemented in Python dictionaries

Simple Implementation:

  • bowwowzers_daycare.py: a simple implementation
  • uses dictionaries to add (check in), modify, and remove (check out) dogs in a doggy Daycare

More Complex Implementation:

  • a more complex implementation using dictionaries wrapped in classes

  • doggy_daycare.py: contains the following:

    Dog class: represents an individual dog in the Daycare

    Daycare class: represents the Doggy doggy_daycare

  • bowwowzers_daycare.py: instantiates objects from the Dog and Daycare classes to implement the BowWowzers Doggie Daycare Management System.

About

A DoggyDaycare Management System Implemented with Python Dictionaries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages