6 ms·
At EntwicklerHeld we used a setup i was happy with: - poetry for dependency management - black for formatting - flake for linting (you can use ruff now) - P
by eljey 1y ago
At EntwicklerHeld we used a setup i was happy with:
- poetry for dependency management
- black for formatting
- flake for linting (you can use ruff now)
- PyCharm as IDE
- pyenv for python version management -> but I switched to devbox a year ago and never go back
- docker as end artifact
- deployed to kubernetes (at the end k3s) with ansible and terraform