Skip to content
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

Use more command line friendly filenames #5

Closed
bowbahdoe opened this issue Jun 8, 2018 · 0 comments
Closed

Use more command line friendly filenames #5

bowbahdoe opened this issue Jun 8, 2018 · 0 comments

Comments

@bowbahdoe
Copy link

bowbahdoe commented Jun 8, 2018

When you develop through IDLE, the name of the file doesn't matter that much, but when you run a program that you have downloaded through the command line it is not very ergonomic to type in filenames when those filenames contain spaces.

python My\ Thing.py

PEP8 (the de-facto standard for python) asks that you name files and modules as described here

So instead of My Thing.py you should have my_thing.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants