Hi everyone,

One of the topics we discussed in last week's meeting was to adopt a set of coding standards for our project. This will greatly increase the consistency and readability of our code and hopefully prevent some issues and bugs. We agreed on the standards defined in PEP 8 by the Python developers. Everyone should read the page linked below and try to follow the standards as closely as they can. Many IDEs and text editors have plugins that will notify you if you are breaking some of the standards (but not all of them), so I would encourage you to use one if possible. You may also have to configure your editor to match some of these standards (for example 4 spaces instead of tabs).

http://legacy.python.org/dev/peps/pep-0008/

I will be submitting a pull request to bring the existing code base up to standards soon and all future pull requests should meet these standards too.

Thanks
Ben Zeghers (umzegher)