Tag: help message
-
Python Command Line Arguments
breannamarielee
It is often useful to pass certain parameters to a python script. For example: if you need a batch job to run on a desired queue, if want to specify desired memory allocation, or if you simply need to define the name of a file being generated by the script. A quick and easy solution… Read more