IFS 225 York College of Pennsylvania Programming Techniques Lab Report
Question Description
I’m working on a python project and need support to help me learn.
Hello, need help with a code, a few improvements need to be done to the code. The code is in a file attached. I am open to prices to help me. I need the help before 10pm. The improvements that need to be done are as follows;
1. Add a menu option to save the inventory to a file and another menu option to load inventory from the file. You should ask the user what file to save to and what file to retrieve from. The idea is that every evening at closing the inventory would be “dumped” from the lists or dictionaries you created into the file and it can be reloaded in the morning. In this way the information is not lost every time the program is terminated. To simplify matters you do not need to worry about saving the CashBalance in the file. Save only the book titles, authors, and prices.
HINT: Consider saving your data into a text file, one field per line.
HINT2: Do not “hardcode” the full file path. Just use the file name without any directories or folders.
2. Convert your menu using object-oriented programming techniques into an object called CountryClubBookstore, a member of the Bookstore class. Be sure to add appropriate methods such as AddBook, SellBook, ReducePrices, etc. Ensure your class has the __init__ method appropriately defined.
"Place your order now for a similar assignment and have exceptional work written by our team of experts, guaranteeing you "A" results."