An open API service indexing awesome lists of open source software.

https://github.com/logan-bobo/product_inventory

Create an application which manages an inventory of products. Create a product class which has a price, id, and quantity on hand. Then create an inventory class which keeps track of various products and can sum up the inventory value. Inspired by - karan/Projects
https://github.com/logan-bobo/product_inventory

oop python

Last synced: 9 months ago
JSON representation

Create an application which manages an inventory of products. Create a product class which has a price, id, and quantity on hand. Then create an inventory class which keeps track of various products and can sum up the inventory value. Inspired by - karan/Projects

Awesome Lists containing this project

README

          

# product_inventory
Create an application which manages an inventory of products. Create a product class which has a name, price, id, and
quantity on hand. Then create an inventory class which keeps track of various products and can sum up the inventory
value.