Komodo Edit vs IDLE
When comparing Komodo Edit vs IDLE, the Slant community recommends Komodo Edit for most people. In the question“What are the best Python IDEs or editors?” Komodo Edit is ranked 23rd while IDLE is ranked 35th. The most important reason people chose Komodo Edit is:
Komodo Edit has a built-in FTP client which allows developers to access remotely hosted files.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Has built-in FTP
Komodo Edit has a built-in FTP client which allows developers to access remotely hosted files.
Pro Free and open-source
Komodo Edit is the free and open-source counterpart of Komodo IDE.
Pro Vim support
Komodo Edit has support for a limited Vim mode.
Pro Sometimes simple is best
For short scripts, a heavyweight IDE just gets in the way. It's also easier for beginners to understand.
Pro Written in pure Python/tkinter
You can dig in and change how it works.
Pro Included in standard Python distributions
You probably already have it.
Pro Debugger
It has one.
Cons
Con Not very lightweight
Komodo Edit is not very lightweight and that can slow it down during startup.
Con Adds project files to project code
Con No Tabbing for Files or Shell instances
Idle's Interactive Python Shell and the Python Text Editor are separate window applications. Many would expect them to be unified together within a single window. To create a python program file, or module, the user first opens Idle (It's Interactive Shell), then the user goes to [File] and [New File] to open the Idle Text Editor. Plus, every time a new python file is opened, a new instance of Idle runs separately. So, there are no tabbed modules. That's clumsy approach that adds the complexity of juggling around many Idle instances.