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
jessonpagaduan opened this issue Sep 16, 2020 · 1 comment
Open
Assignees

Comments

@jessonpagaduan
Copy link

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.

@khuyentran1401
Copy link
Owner

I read this article! This is a really good article on good software engineering practices for data scientists!

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

2 participants