Skills Development & Continuing Edu - Python | Bash | Etc.
- Libraries: getopt, optparse, argparse, docopt
- Conf File layout & type - YAML/JSON
- CMD line output coloration
- CMD line option parser library: CLIFF (used by openstack prlject)
- https://pymotw.com/3/argparse/
- https://pymotw.com/2/subprocess/
- http://amoffat.github.io/sh/#advanced-features
- https://docs.python.org/3/library/subprocess.html
- http://python-packaging.readthedocs.io/en/latest/index.html
- https://www.ibm.com/developerworks/aix/library/au-pythocli/
- http://www.bogotobogo.com/python/python_subprocess_module.php
- https://www.cyberciti.biz/faq/python-execute-unix-linux-command-examples/
- http://www.pythonforbeginners.com/modules-in-python/how-to-use-sh-in-python
- https://blog.swdev.ed.ac.uk/2017/04/28/writing-python-command-line-tools-with-cliff/