spatial-data-discovery / spatial-data-discovery.github.io

Organization website
https://spatial-data-discovery.github.io/
4 stars 0 forks source link

"Utility Script" Assignment #46

Closed dt-woods closed 3 years ago

dt-woods commented 4 years ago

"Never be afraid to show your colleagues your work. If you are afraid to, that's probably the bigger sign that something is wrong with your code and that you already know it."---N. Schweitzer (2008), Software Consultant, Wauwatosa, WI

The purpose of this assignment is to introduce me to your Python programming skills. You may choose any script that you have written or found useful in performing a "utility" task. Utility means usefulness. It may range from counting characters in a file to lexicographically sorting lines in a file. If you are not the author, please assign proper attribution to the originators.

Requirements

Instructions

Once you have your idea for your code, please create a new issue on GitHub.

Test Your Skills: As an added challenge, make sure your script includes support for "-h" or "--help" command-line arguments (see example).

When you have finished developing your script, open your "About" .Rmd file, add a heading called "Sample Script" and copy-and-paste your Python code into a code block. Also, create a link to your script file. Make sure to stage and commit changes you made to this file and associate them with the issue you raised.

Once you have committed your script and updated your about .Rmd file, log in to GitHub and open the README.md file in the scripts directory. Add your file to the list and a bullet point under it with a one-line description of what it does. Please use consistent markdown syntax to match the other entries.

dt-woods commented 4 years ago

+1 bonus if anyone writes a script that finds and removes all the desktop.ini files from our repository folders ;)

dt-woods commented 3 years ago

Close last semester issue.