Has anyone tallied up how often they run into configuration issues when deploying software for the different programming languages they use?
I have not, but mentally recollecting my experience, it seems I've frequently had issues with Python, namely
- setting up virtual environments so the package versions I need for one Python project don't mess with my other Python projects (I now just use miniconda)
- ResolutionTooDeep issues when trying to get my Flask Python API to communicate with Google Cloud Platform.
Yes, I'm aware there's debate between those who like Python and those who like, for example, JavaScript. Yes, I am proficient in both (a little more in JavaScript). No, I am not for fanning the flames of the debate, we are all software engineers here
Please don't come for me.