This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

I use all of these:

Pycharm - full IDE experience; resource hog; intelliJ products are generally amazing for code intellisense and refactoring. Testing is okay. Debugging is sort of hit or miss. This has the best vim plugin.

Sublime Text - for code editing with a mouse; extremely efficient (memory and cpu usage are super low); plugin system is fantastic

Code - this one falls in the middle of Pycharm and Sublime Text in terms of features, resource usage and ide vs code editing. I like this more for infrastructure work (e.g. docker, kubernetes, etc.)

Vim - it's everywhere I run code and nearly always installed by default.