Changes

Jump to: navigation, search

OPS435 Assignment 2 Summer

38 bytes removed, 15:49, 10 July 2019
Tasks for this assignment
== Tasks for this assignment ==
In this assignment, your should preform the following activities:
# Work out an algorithm for producing daily, weekly, and monthly usage reports by user or by remote host based on the information obtained from the 'last' command or stored in any given files which contain similar information as generated from the 'last' command. # Once you believe you have a workable algorithm, you should then <b>design the structure of your python script</b> by identifying the appropriate python objects , functions and functions modules to be used for each task in your algorithm and the main control logic. Make sure to identify all the input data, computation tasks, and outputs.# implement your computational solution using a single python script. You can use any built-in functions and functions from the allowed python modules to implement your solution.
# review your working python code to see whether you can improve the interface of each function to facilitate better code re-use (this process is called <b>refactoring</b>).
1,760
edits

Navigation menu