I'm doing a Python Project for homework and my my IDE (PyCharm) keeps telling me that my line is too long. I've done some research and I've found out that the rule is because of something called PEP8. However, I have not found a clear explanation of what PEP8 is, and I feel that understanding it may help with my programming ability. Can anyone help?
This question has been marked as duplicate so I'm going to explain how it is different. I have found that PEP8 wants you to make your lines shorter, but I wanted to know how it could benefit my programming skills. I know now, however, thanks to the help of an answer. I feel that I have learned something from this post, and so it should not be closed in case anyone has anything helpful to offer.