384
edits
Changes
→identify and select appropriate python objects and functions
* convert login records into proper python object type so that it can be processed using as much built-in functions as possible
* create functions which generate daily usage reports by user and/or by remote host
* create functions which generate weekly monthly usage reports by user and/or by remote host
To help you with this assignment, you should use the a2_template.py in the repository as a starting point in designing your own Python Usage Report script.