OPS435 Python Assignment 2 B
Revision as of 14:31, 27 March 2018 by Rchan (talk | contribs) (Created page with "Category:OPS435-PythonCategory:rchan = Overview = "A picture is worth a thousand words.". A computer usage chart is believed to be more useful than the mere usage data...")
Overview
"A picture is worth a thousand words.". A computer usage chart is believed to be more useful than the mere usage data as you might have been able to produce. The scripting task for this assignment is to present the usage data produced by the usage_report python script you created for assignment 1 in a graphical chart form.
There are to modules you can use to achieve the objective:
- openpyxl -
- matplotlib