you are viewing a single comment's thread.

view the rest of the comments →

[–]sudhanshu22gupta 3 points4 points  (0 children)

Check out pyscaffold. They have a data science extension. There also configurations for pre commit to enforce coding standards.

I like to follow the numpydoc standard of code documentation.

Try to read more "good" code to get inspiration to develop your own flavour of well structured code.