================================ Coding Style & Development Notes ================================ See `Python Style Guide `_ and `Docstring Conventions `_. Note that we prefer mixedCase over lower_case_with_underscores for function or method names and instance variables.