When comparing Gedit vs Eclipse with PyDev, the Slant community recommends Gedit for most people. In the question“What are the best Python IDEs or editors for beginners?” Gedit is ranked 10th while Eclipse with PyDev is ranked 12th. The most important reason people chose Gedit is:
There are tons of [plugins](https://wiki.gnome.org/action/show/Apps/Gedit/PluginsLists?action=show&redirect=Gedit%2FPlugins) for productivity available in many different workflows, such as a dictation plugin, an encryption add-on, a whitespace remover, and more.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Plugins allow for added functionality and customization
There are tons of plugins for productivity available in many different workflows, such as a dictation plugin, an encryption add-on, a whitespace remover, and more.
Pro Great UI
The UI is lean and minimal. Everything feels quite fast and it is easy to add custom shortcuts for doing things like compiling, deploying, or testing.
Pro Available on all systems that use Gnome
Gedit is the official text editor for Gnome and it's available wherever any version of Gnome is installed. With thousands of people using it daily and not even realizing it.
Pro Can be extended to have additional features through plugins
Eclipse has a large and active community, which has resulted in a wide variety of plugins.
Pro Feature rich including Django integration
Django Integration, Auto code completion, Multi language support, Integrated Python Debugging, code analysis, code templates ,smart indent, bracket matching, error markup, source control integration, code folding, UML Editing and viewing, and unit test integration.
Pro Good integration of interactive python console even in debugging mode
Pro Handles non-Python components well
If your project includes non-Python pieces (ie. Javascript, CSS, UML, etc) Eclipse tends to provide much better support for these than IDEs focused exclusively on Python.
Pro Can use different environments for different projects
It's very handy for managing multiple projects that each use their own virtualenv or conda environment, you can assign a different interpreter to each project and they will handle things like code completion correctly.
Pro Good font rendering
Because Eclipse is based on SWT, it uses the native font rendering and thus looks better than other IDEs on some Linux systems, where the Java font rendering is not optimal.
Pro One of the few that can debug Jython code
It handles both Jython and CPython.
Cons
Con Last line bug
Sometimes the last line of text is not visible.
Con Confusing interface
For example, finding anything in the settings menu is hard. Most other text editors use Edit->Preferences for managing settings but this is not the case for Gedit.
Con Faster than Atom but Slower than Geany
Not bad editor. Very similar to Geany, but Geany works faster and has more features.
Con Not a lot of features
Gedit is a text editor. Though it's simple and fast, it misses a lot of features, most notably auto-complete for several languages.
Con Just plugin for python, not full editor
It useful only if you use python as additional(secondary) language in your project on Eclipse
Con Plugins can be unstable
Though there are plenty of plugins to choose from, they aren't always reliable. Some aren't maintained, bug fixes can be slow, and you may need to download plugins from multiple sources.