Coding Conventions

Style Guides: - A guide for consistent coding styles in Python.

Version Control: - A guide for setting up a repository for version control and setting up branch protections, repo access etc.

Git Conventions: - A guide for consistent version control, creating branches, commit messages etc.

Testing Conventions: - A guide on unit tests in Python

Performance Considerations: - A guide on some methods that will help maintain good performance when coding.

Security Considerations: - A guide on the kinds of security considerations to have, while creating coded solutions.