############################# ## STYLE GUIDE ## see https://google-styleguide.googlecode.com/svn/trunk/pyguide.html * The default data directory is always './data' and not 'data'. * read-methods always give back objects containing the whole information (container philosophy). Therefore we use classes if possible.