When comparing Eclipse with PyDev vs CodeMix, the Slant community recommends Eclipse with PyDev for most people. In the question“What are the best Python IDEs or editors?” Eclipse with PyDev is ranked 22nd while CodeMix is ranked 31st. The most important reason people chose Eclipse with PyDev is:
Eclipse has a large and active community, which has resulted in a wide variety of plugins.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
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.
Pro Newest Python tools for Eclipse
Innovative approach to incorporate VS Code Python dev tools within Eclipse. Includes great HTML tools for web frontend development. The best of both worlds: syntax coloring, great intellisense, validation, debug in the best Eclipse debugger, code navigation...
Pro Intellisense
Best code assist and validation available.
Pro Great debugging
Fully integrated debugging in Eclipse for python (and everything else Eclipse does so well).
Cons
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.
Con Works as a plugin to Eclipse
So, if you're not an Eclipse user already and just want a simple editor there are other options.