Difference between revisions of "OPS435 Python Assignment 2"

From CDOT Wiki
Jump to: navigation, search
(Created page with "Category:rchan You can pick one of the following three programming tasks as your assignment 2: * dbda - a python program to report day before or day after a given date in...")
 
Line 1: Line 1:
[[Category:rchan]]
+
[[Category:rchan]][[Category:OPS435-Python]]
 
You can pick one of the following three programming tasks as your assignment 2:
 
You can pick one of the following three programming tasks as your assignment 2:
* dbda - a python program to report day before or day after a given date in the "YYYYMMDD" format
+
* [[OPS435 Python Assignment 2 A| dbda]] - a python program to report day before or day after a given date in the "YYYYMMDD" format
* weekly usage report chart - get the weekly usage data from assignment 1 for a selected user and use the openpyxl module to create a Excel spread sheet with bar chart.
+
* [[OPS435 Python Assignment 2 B| weekly usage report chart]] - get the weekly usage data from assignment 1 for a selected user and use the openpyxl module to create a Excel spread sheet with bar chart.
* report partition information on a block device (both physical and virtual) by reading the partition information directly from the device.
+
* [[OPS435 Python Assignment 2 C| report legacy primary partition information]] on a block device (both physical and virtual) by reading the partition information directly from the device.
 
 
Details is coming ...
 

Revision as of 00:26, 27 March 2018

You can pick one of the following three programming tasks as your assignment 2:

  • dbda - a python program to report day before or day after a given date in the "YYYYMMDD" format
  • weekly usage report chart - get the weekly usage data from assignment 1 for a selected user and use the openpyxl module to create a Excel spread sheet with bar chart.
  • report legacy primary partition information on a block device (both physical and virtual) by reading the partition information directly from the device.