note on tables: I name all columns lowercase, connected with underscores, ASCII characters only
PEP8: python standards
VSCode linting during development: doesn't highlight custom modules that don't comply with naming conventions
see repo-template for examples