Python Best Practices
- Follow PEP 8
- Use PyPI instead of Doing it yourself.
- Document and Comment your code.
- Write Readable Code
- Write Object-Oriented Code
- Use one statement of code per Line
- Use Virtual Environments
- Use Python Logging Module
- Test your code frequently
- Zen of Python
- Struct your repository: https://docs.python-guide.org/writing/structure/