Changes

Jump to: navigation, search

OPS435 Assignment 1 for Section C

18 bytes added, 13:59, 9 October 2020
no edit summary
The preliminary code should look like this:
<b><code><pre>
Hostname: NeoMex
Kernel Release: 5.4.0-48-generic
Mem [======== ] 40 %
Swap [= ] 3 %
</bpre></code></b>
In addition, you will be expected to build on this capability with some relevant functions.
== Required Functions ==
You will need to complete the functions inside the provided file called <bcode>assignment1.py</bcode>. The provided <code>checkA1.py</code> will be used to test these functions.
* <code>call_df()</code> should take no arguments return a list of strings returned by the shell command.
== Use of GitHub ==
You will be graded partly on the quality of your Github commits. <b>Assignments that do not adhere to these requirements may not be accepted.</b>
Professionals generally follow these guidelines:
After fixing a problem, make a commit and push your code.
<b><u>GitHub is your backup and your proof of work.</bu></ub>
These guidelines are not always possible, but you will be expected to follow these guidelines as much as possible. Break your problem into smaller pieces, and work iteratively to solve each small problem. Test your code after each small change you make, and address errors as soon as they arise. It will make your life easier!

Navigation menu