Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create a virtual environment using MinConda or MiniForge

  • Don’t import * from my_package

  • Create classes instead of functions

  • Utilize pytest

  • Don’t alter sys.path

  • Use and Create an __init__.py file if you’re creating a python module (only used via importing)

  • https://data-flair.training/blogs/python-best-practices/