Python

TwitterFacebook
Get flash to fully experience Pearltrees
python

http://docs.python.org/library/ While The Python Language Reference describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is distributed with Python. It also describes some of the optional components that are commonly included in Python distributions.

The Python Standard Library

http://docs.python.org/library/logging.html The key benefit of having the logging API provided by a standard library module is that all Python modules can participate in logging, so your application log can include your own messages integrated with messages from third-party modules. The module provides a lot of functionality and flexibility.

15.6. logging — Logging facility for Python

Tutorials

3rd Party Libraries