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

Avoid dashes in Python module names #115

Closed
milanmlft opened this issue Jul 3, 2024 · 1 comment · Fixed by #133
Closed

Avoid dashes in Python module names #115

milanmlft opened this issue Jul 3, 2024 · 1 comment · Fixed by #133
Assignees

Comments

@milanmlft
Copy link

Not sure if it appears anywhere in the course material, but during the workshop there was a point where a eva-data-analysis.py file was created and then imported as a module into another script.
However, using - in Python module names is not PEP8-compliant. Using _ is probably a better idea.

@anenadic
Copy link
Collaborator

anenadic commented Jul 3, 2024

We should make this a callout and also maybe use underscores for data file names to be consistent and avoid cognitive overload for learners.

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

Successfully merging a pull request may close this issue.

3 participants