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

Data Scientists Should Know Software Engineering Best Practices #90

Open
oleksis opened this issue Sep 16, 2020 · 0 comments
Open

Data Scientists Should Know Software Engineering Best Practices #90

oleksis opened this issue Sep 16, 2020 · 0 comments

Comments

@oleksis
Copy link
Owner

oleksis commented Sep 16, 2020

TL;DR

To be an indispensable data scientist, one should know and apply software engineering best practices.

Article Link

https://towardsdatascience.com/data-scientist-should-know-software-engineering-best-practices-f964ec44cada

Author

Kurtis Pykes

Key Takeaways

Software engineering practices data scientists should know:

  1. Clean code (adhere to PEP8 for Pythonistas);
  2. Applying effective modularity in coding (e.g. don't repeat yourself, single responsibility principle, open-closed principle)
  3. Code refactoring for improved performance and readability and reduced complexity
  4. Testing
  5. Code review

Useful Code Snippets

N/A

Useful Tools

PEP8

Comments/ Questions

I must adhere to PEP8 consistently when I code in Python.

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

No branches or pull requests

1 participant