Difference between revisions of "OPS435 Python Assignment 2"

From CDOT Wiki
Jump to: navigation, search
(Assignment 2)
Line 1: Line 1:
 
[[Category:rchan]][[Category:OPS435-Python]]
 
[[Category:rchan]][[Category:OPS435-Python]]
 
The Assignment 2 will be the dbda script. Instead of giving multiple choices, we will focus on a specific assignment that is most reasonable. The previous assignment options will be moved to a practice area, where they will be useful for studying and exploring deeper into python.
 
The Assignment 2 will be the dbda script. Instead of giving multiple choices, we will focus on a specific assignment that is most reasonable. The previous assignment options will be moved to a practice area, where they will be useful for studying and exploring deeper into python.
 +
  
 
= Assignment 2 =
 
= Assignment 2 =
* [[OPS435 Python Assignment 2 A| dbda]] - a python program to report the (n) day before or the (n) day after a given date in the "YYYYMMDD" format
 
 
 
Test your Python code and upload your tested python program to Blackboard by the due date.
 
Test your Python code and upload your tested python program to Blackboard by the due date.
 
+
* [[OPS435 Python Assignment 2 A| dbda]] - a python program to report the (n) day before or the (n) day after a given date in the "YYYYMMDD" format. Extra options are added to give more output.
  
 
= Practice and Bonus =
 
= Practice and Bonus =

Revision as of 09:29, 10 July 2018

The Assignment 2 will be the dbda script. Instead of giving multiple choices, we will focus on a specific assignment that is most reasonable. The previous assignment options will be moved to a practice area, where they will be useful for studying and exploring deeper into python.


Assignment 2

Test your Python code and upload your tested python program to Blackboard by the due date.

  • dbda - a python program to report the (n) day before or the (n) day after a given date in the "YYYYMMDD" format. Extra options are added to give more output.

Practice and Bonus

  • 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.

More information to come...