-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bring into line with PEP 8 #7
Comments
@CompadreP I am not sure I understand what you mean? |
PEP 8 is a standard used to write coherent code accross different projects, ... And is the standard usually applied when developing python applications. Bringing your code in line with this standard would help newbies to python learn the right patterns/naming convention from examples. I don't know much about it, though. Would need to look it up. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Functions names, modules names, packages names, etc. Right now the code looks very unpythonic.
The text was updated successfully, but these errors were encountered: