Python-by-example: "This guide aims to show examples of use of all Python Library Reference functions, methods and classes. At this point, only the more widely used modules were added and only functions use examples are given. Python version 2.5 was used for examples unless noted otherwise. Example of output of a function is shown in the form of function_call(args) # result, when result is the actual output, it is shown after the comment sign, if it's a description of an outcome, e.g. a raised exception, it will be shown in square brackets:"