|
| 1 | +# References |
| 2 | +Guidance so you use the market best-practices in your code |
| 3 | + |
| 4 | +1. [google style guide](https://google.github.io/styleguide/pyguide.html) |
| 5 | +2. [hitchhikers python guide](https://docs.python-guide.org/) |
| 6 | +3. [Software Documentation Types and Best Practices](https://blog.prototypr.io/software-documentation-types-and-best-practices-1726ca595c7f) |
| 7 | +4. [Software Documentation Examples to Inspire You](https://www.youtube.com/watch?v=mCw9h0jIuqk) |
| 8 | +5. [What is SDLC?](https://resources.github.com/software-development/what-is-sdlc/) |
| 9 | +6. [Software Development Life Cycle (SDLC)](https://www.geeksforgeeks.org/software-development-life-cycle-sdlc/) |
| 10 | +7. [Software Development Checklist](https://www.checklistsformanagers.com/checklist/software-development-checklist) |
| 11 | +8. [Complete Checklist of Software Development Life Cycle](https://dcastalia.com/blog/complete-checklist-of-software-development-life-cycle/) |
| 12 | +9. [Great Software Development Video](https://www.youtube.com/watch?v=SaCYkPD4_K0) |
| 13 | +10. [The Ultimate Guide to Becoming a Python Software Developer](https://medium.com/@e.ghelbur/the-ultimate-guide-your-path-to-becoming-a-python-software-developer-c4ad7020d999) |
| 14 | +11. [UML Use Case](https://www.youtube.com/watch?v=6XrL5jXmTwM) |
| 15 | +12. [UML Class](https://www.youtube.com/watch?v=4emxjxonNRI) |
| 16 | +13. [UML Sequence](https://www.youtube.com/watch?v=pCK6prSq8aw) |
| 17 | +14. [UML Diagrams](https://www.uml-diagrams.org/) |
| 18 | +15. [Software Documentation](https://www.youtube.com/watch?v=mCw9h0jIuqk) |
| 19 | +16. [SCRUM](https://www.youtube.com/watch?v=SWDhGSZNF9M) |
| 20 | +17. [Docs Meme](https://youtu.be/KSs5UR4jC1Q?t=242) |
| 21 | +18. [Naming Convention for Git Repositories](https://stackoverflow.com/questions/11947587/is-there-a-naming-convention-for-git-repositories) |
| 22 | +19. [10 GitHub Repository Naming Best Practices](https://climbtheladder.com/10-github-repository-naming-best-practices/) |
| 23 | +20. [GitHub Repository Best Practices](https://dev.to/pwd9000/github-repository-best-practices-23ck) |
| 24 | +21. [GitHub Repository Structure Best Practices](https://medium.com/code-factory-berlin/github-repository-structure-best-practices-248e6effc405) |
0 commit comments