Playground to test Python related stuff.
Folders named by frameworks contain examples of those. Number prefix increase with project complexity/size.
A README.md file can be (usually) find in each folder with breaf indications to reproduce the example from scratch.
Example:
Django
│ ├── 00_FirstProject
│ ├── 01_HelloWorld
│ ├── 02_HomeAboutPages
│ │ ├── README.md
This is a list of SW I am currently using or those tools I have in mind to check/use soon.
Mentioned Static Analyzers can be configured for to enforce custom naming conventions and code style.
- Pylint
- Mypy