This looks like a neat project but I am curious about the style of the code itself and since the project only seems to be four days old, this might be a good time to make changes.
For example:
https://github.com/Kaggle/kaggle-api/blob/4625bc72cb942d9022928b2a4444fee769aef013/kaggle/api/kaggle_api_extended.py#L54
Many projects seem to stay pretty close to PEP8 except maybe loosening the line length recommendation from 79 chars to around 100 chars.
These are small things but fixing them would touch many lines of code in the project and I wasn't sure if that would be frowned upon. Any thoughts?
This looks like a neat project but I am curious about the style of the code itself and since the project only seems to be four days old, this might be a good time to make changes.
For example:
https://github.com/Kaggle/kaggle-api/blob/4625bc72cb942d9022928b2a4444fee769aef013/kaggle/api/kaggle_api_extended.py#L54
=operators whereas PEP8 recommends no spaces.camelCaseinstead of the more commonsnake_caseconvention.Many projects seem to stay pretty close to PEP8 except maybe loosening the line length recommendation from 79 chars to around 100 chars.
These are small things but fixing them would touch many lines of code in the project and I wasn't sure if that would be frowned upon. Any thoughts?