Summary
In this chapter, we looked at how the argparse
Python module can be used to create command line interfaces around applications.
In the next chapter, we will look at the ways in which we can troubleshoot the Python code we write, and design applications to be easily debugged by having them write log files.