===Python Coding Styles=== We recommend the following coding conventions when writing code for the repository. * [[http://docs.python-guide.org/en/latest/writing/style/ |General Concepts for Python Coding Style ]]: best practices for coding in python * [[https://google.github.io/styleguide/pyguide.html | Google Python Style Guide]]: a more detailed Guideline for reference. It's also highly recommended to structure your code. See the following guide for the general concepts. * [[http://docs.python-guide.org/en/latest/writing/structure/ | Structuring Your Project ]]