Pycharm basically covers every corners of my workflow. Their git integration is just better. And code highlighting + linting implemented in Pycharm is way better than the others, reducing bug rate by a lot. Also now I can just right click to run doctest inside the code to ensure everything is alright. Testing cannot be more easiler than this. What's great is than everything come out of the box, no extension nonsense (e.g. VScode, you can't even change the background color by yourself).
Comments
Pycharm basically covers every corners of my workflow. Their git integration is just better. And code highlighting + linting implemented in Pycharm is way better than the others, reducing bug rate by a lot. Also now I can just right click to run doctest inside the code to ensure everything is alright. Testing cannot be more easiler than this. What's great is than everything come out of the box, no extension nonsense (e.g. VScode, you can't even change the background color by yourself).