Naming conventions in Python

Software Design Guide

Python Desing Guide Tipps

Refactoring & Fehlersuche

fastai coding guidelines

Custom coding instructions for AI Agents - Guidelines

Guidelines for a good readme file

Coding Style Links

Tools for Coding Style

Cookiecutter

Calmcode Link

Cookiecutter

Very often there is overlap between projects and you don't want to handle the boilerplate manually. In these cases cookiecutter can be an amazing tool that automates a lot of repetition away.

Linting

Check out tools to flag programming errors, bugs, stylistic errors, and suspicious constructs

Linter