My Thoughts on the Python Programming Language

Pros

You can run the help() command and it will pull a list of functions in a library. If the writer put comments at the top of these functions those comments will be displayed as help. In this way, Python kind of self documents.