Comment on Ask HN: Python developers at big companies what is your setup?Comments−eljey1yAt 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
Comments
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