Open CharlesDLandau opened 6 years ago
You're at the point in your Python learning curve where you can no longer get away with PEP-8 violations. Consider using a tool like flake8 to help keep your code compliant.
Example: https://github.com/wickram/intro-data-capstone-biodiversity/blob/84afeeeeb7ab2d86e0e9d68a8b610416e95304ee/Code%20Academy/bio-diversity-code#L61
You're at the point in your Python learning curve where you can no longer get away with PEP-8 violations. Consider using a tool like flake8 to help keep your code compliant.
Example: https://github.com/wickram/intro-data-capstone-biodiversity/blob/84afeeeeb7ab2d86e0e9d68a8b610416e95304ee/Code%20Academy/bio-diversity-code#L61