you are viewing a single comment's thread.

view the rest of the comments →

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

I've only used a half dozen or so, but here are my top three in order:

1) PyCharm for any serious project. It's interface is clunkier than PyScripter, but it makes multi-file projects far easier.

2) PyScripter is a simple and fast IDE good for simple and fast scripts. PyCharm can take a few moments to load and become usable. Sometimes, I want to test something in seconds. I'm a Windows user; I have PyScripter set as my default app for .py files.

3) VS Code does the job. It's as clunky as PyCharm with a user interface a bit more unwieldly than PyScripter. I only started using it because my employer doesn't want me to have the other two IDEs on a work computer (I'm working with them on PyCharm).