Write 5 Python Best Practices
1. Best Practice for Database Naming Conventions (snake case): What is snake case? Why use it? Reference required.
2. Python GUI Best Practices: What are each of the best practices? Why use them? Reference required. (design decisions to maximize user experience, etc)
Suggestion for one: TkInter GUI
3. Python Coding Best Practices: What is the best practice? Why use it? Reference required.
Some suggested Python coding best practices: design decisions in terms of data structures used, how to group code into modules and layers, naming conventions, programming style, documentation, etc)