What is the common header format of Python files? I came across the following header format for Python source files in a document about Python coding guidelines: #! usr bin env python """Foobar py: Description of what foobar does """ __author__ = "Barack Obama" __copyright__ = "Copyright 2009, Planet Earth"