General best practices guide, covers some stuff we don't need (like billing) but it's a good starting point.
https://kkovacs.eu/software-project-best-practices-checklist
Most of the relevant points were covered by Jody (variable naming, error handling)
PEP 8 guide: https://www.python.org/dev/peps/pep-0008/#maximum-line-length
Hungarian Notation (for variable naming, I think we'll be able to use the applications notation): https://en.wikipedia.org/wiki/Hungarian_notation
General best practices guide, covers some stuff we don't need (like billing) but it's a good starting point. https://kkovacs.eu/software-project-best-practices-checklist Most of the relevant points were covered by Jody (variable naming, error handling)