Python Stuff A bunch of python stuff Basic commands Docker compose Build: docker compose build Run: docker compose up Bash into: docker compose run --rm -it app bash Code linting Flake8: flake8 . Black: black . Isort: isort .