The syntax of the str.format() method described in the python 2.6 documentation (
http://docs.python.org/library/strin...#formatstrings) looks both powerful and complex. The idea of this thread is to start a collection of nice formatting examples which will ease the task of mastering this...