python-reference-blogs A Reference list of Python blogs and articles in one location Sample Module Repository for any Python Application/Project: https://github.com/navdeep-G/samplemod Project Structure Reference https://jeffknupp.com/blog/2014/02/04/starting-a-python-project-the-right-way/ Commenting and Documenting Code https://realpython.com/documenting-python-code/ Module Naming Convention https://docs.python-guide.org/writing/structure/ Python Logging Module https://www.pylenin.com/blogs/python-logging-guide/ Good Explanation on configuring Root Logger vs Main Logger Python Testing Module https://realpython.com/python-testing/ Cookie-Cutter for Setting up New Projects from Template https://github.com/audreyr/cookiecutter-pypackage Python Docstrings https://www.geeksforgeeks.org/python-docstrings/ Contribution Guide How to use this guide