15 common coding mistakes data scientist make in Python (and how to fix them

By Medium - 2020-12-15

Description

I gradually realized in my data science career that by applying software engineering best practices, you can deliver better quality projects. Better quality might be less bugs, reliable results and…

Summary

  • ) I gradually realized in my data science career that by applying software engineering best practices, you can deliver better quality projects.
  • You don’t actually have to use capitalization, it is only a convention but it is a good idea to distinguish your “constants ” from your “regular” variables.
  • Statically checking your code is a nice and useful way for a pre-check before running it.
  • See an example below where the task is to list all months between two dates in a %Y%m format.

 

Topics

  1. Coding (0.19)
  2. Backend (0.18)
  3. Management (0.11)

Similar Articles

goldbergyoni/nodebestpractices

By GitHub - 2020-12-19

:white_check_mark: The Node.js best practices list (December 2020) - goldbergyoni/nodebestpractices

Home

By fast - 2020-08-21

Making neural nets uncool again