Often times in the terminal, output from a program needs to be presented in tabular format. While many programming languages provide formatted printing, customizing the table printing to each use case could be tedious at times. In this article, a generic approach to printing tables on the terminal or command line using Python is discussed.
A blog discussing solutions to programming problems using a variety of programming languages.