OPS435 Python Assignment 2 B

From CDOT Wiki
Revision as of 15: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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:

  1. openpyxl -
  2. matplotlib