Changes

Jump to: navigation, search

OPS435 Python/assignment 1 fall2022

6 bytes added, 13:57, 24 September 2022
changed dates
The repo will contain a check script, a README file, and the file where you will enter your code.
== The First Milestone (due July 26October 7) ==
For the first milestone you will have two functions to complete.
* <code>call_du_sub</code> will take one argument and return a list. The argument is a target directory. The function will use <code>subprocess.Popen</code> to run the command <b>du -d l <target_directory></b>.
<code>python3 checkA2.py -f -v TestDuSub</code>
== Second Milestone (due August 2October 21) ==
For the second milestone you will have two more functions to complete.
* <code>create_dir_dict</code> will take your list from <code>call_du_sub</code> and return a dictionary.
Specify the length of the graph. Default is 20.
Copyright 20212022
</pre>
It is expected that the additional features you provided should be useful, non-trivial, they should not require super-user privileges and should not require the installation of additional packages to work. (ie: I shouldn't have to run pip to make your assignment work).
== The Assignment (due August 6November 4, 11:59pm) ==
* Be sure to make your final commit before the deadline. Don't forget to also use <code>git push</code> to push your code into the online repository!
* Then, copy the contents of your <b>duim.py</b> file into a Word document, and submit it to Blackboard. <i>I will use GitHub to evaluate your deadline, but submitting to Blackboard tells me that you wish to be evaluated.</i>

Navigation menu