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

Discourage use of jupyter notebooks in python sections #13

Open
SashaWeinstein opened this issue Nov 2, 2022 · 0 comments
Open

Discourage use of jupyter notebooks in python sections #13

SashaWeinstein opened this issue Nov 2, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@SashaWeinstein
Copy link

My assumption is that people who are only comfortable with jupyter notebooks but not .py files come from a data analyst background where the code they write doesn't need to be readable by others. Generally speaking people who can put their code in a .py file are more ready for an engineering role.
For this reason we should put a suggestion in the top of the python section that we prefer .py files that can be run from the command line, or at least a submission where most logic is in functions that are run from a jupyter notebook.

@SashaWeinstein SashaWeinstein added the enhancement New feature or request label Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant