Overall you have really thorough commenting and documentation, but for PEP 8 formatting the character limit is 79 characters. Cutting down on some of the wordier descriptions and putting comments above instead of inline could help with this (in addition to newlines), especially in model.py.
Overall you have really thorough commenting and documentation, but for PEP 8 formatting the character limit is 79 characters. Cutting down on some of the wordier descriptions and putting comments above instead of inline could help with this (in addition to newlines), especially in model.py.