This is for sharing good coding practices and guidelines to use when working with python code
Solutions Architect and a Software Engineer with Clean Code Practices
This is for sharing good coding practices and guidelines to use when working with python code
Section about python packaging and references to corresponding URLS
Shows the sample project structure a python project should have
Using pytest to do unit testing
An example of SOLID Principles
Useful as it illustrates the SOLID coding principles
Section which will capture good talks that help in writing clean code in Python
Clearly explains the need to think about organizing the code in a cleaner way and the use of isolation as per single responsibility with Data IN and Data OUT principle, which helps in better testing