Eclipse vs. PyCharm

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Eclipse
Score 8.2 out of 10
N/A
Eclipse is a free and open source integrated development environment (IDE).N/A
PyCharm
Score 9.0 out of 10
N/A
According to the vendor, PyCharm is an extensive Integrated Development Environment (IDE) specifically designed for Python developers. Its arsenal includes intelligent code completion, error detection, and rapid problem-solving features, all of which aim to bolster efficiency. The product endeavors to support programmers in composing orderly and easily maintainable code by offering PEP8 checks, testing assistance, intelligent refactorings, and inspections. Moreover, it caters to web…
$9.90
per month per user
Pricing
EclipsePyCharm
Editions & Modules
No answers on this topic
For Individuals
$99
per year per user
All Products Pack for Organizations
$249
per year per user
All Products Pack for Individuals
$289
per year per user
For Organizations
$779
per year per user
Offerings
Pricing Offerings
EclipsePyCharm
Free Trial
NoYes
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
EclipsePyCharm
Considered Both Products
Eclipse
Chose Eclipse
I have used PyCharm for projects that were implemented in Python and I have also used IDEs like notepad++ which are more generic in nature. The reason that I choose Eclipse is mostly because it is Java specific unlike PyCharm which is Python specific. Using Eclipse or not using …
Chose Eclipse
For no license, Eclipse is a very good start. IntelliJ has much greater support and tools for many things like connecting to all kinds of databases and SaaS platform such as Salesforce. Code refactoring is also very cool on IntelliJ compared to Eclipse. For Python and Django …
Chose Eclipse
1. Eclipse is easy to use.
2. when you are new to building something you can go for Eclipse as it provides a clean UI.
3. Provide support to connect with other tools and technology.
Chose Eclipse
As previously said, Eclipse is one of the most complete and useful tools for Java development. And as a plus, it's open-source and free, so you won't beat that price-quality relation. When starting with Java projects, you won't fail with Eclipse. But, if you are getting into …
Chose Eclipse
Eclipse is the best IDE on the market for Java development. It has great error and warning handling, and many integrations with useful tools - debugger, sonarqube (static code analysis), Maven / Gradle / Ant, Tomcat / Wildfly / JBoss (web servers). The best part of eclipse is …
Chose Eclipse
I used IDEA prior to using Eclipse. I loved how easy I can debug in both, but the debugging feature in IDEA is just way more polished then Eclipse. Other than that, Eclipse was easy to setup and start with.
PyCharm
Chose PyCharm
I needed a Python dedicated solution Pycharm is the best suited, giving no hassle in setting up and providing an off the shelf solution for python development. Using Eclipse is cumbersome, some additional plugins must be installed and configured
Chose PyCharm
Eclipse is one of the commonly used alternative IDEs for Python programming language. It's a matter of preference whether to choose PyCharm or Eclipse. However, there is also an IDE called Spyder which is, for example, distributed along with the Anaconda Environment. It enables …
Chose PyCharm
Eclipse was a bit boggy compared to using PyCharm. Eclipse has way more features for product and we wanted something more tuned for Python programming. We never turned back once we started using PyCharm.
Chose PyCharm
PyCharm is the best IDE for python development. PyCharm offers various features: source code completion, support for unit testing, integration with Docker/GitLab/Git, ability to manage and configure virtual environments, auto-indentation, and re-factoring code with ease. …
Chose PyCharm
What differentiates PyCharm from other products is that it is built for a particular language (Python) and works great while doing it, without losing efficiency with the rest of languages. It's simple, easy to use, fast and efficient, what else could you need?
Chose PyCharm
Simply one of the best IDE's of our time. It has a lot of features, a big user base, and a professional developer team behind it. It simply surpasses most of its competitors, as there are not too many Python-specialized IDEs anyway.
Chose PyCharm
There are many other good editors are there in market but PyCharm has great support for Python and Python frameworks because its designed for Python.
Chose PyCharm
PyCharm is the best tool to switch between different projects. One can connect to various technologies at a time. Package and plugin installation is easy. Dark and light mode helps in working according to the mood. One can extend it to IntelliJ, depending on the need for custom …
Chose PyCharm
PyCharm has a dark theme which is cool and more helpful tips while coding. It has more powerful navigation in XML and code.
Chose PyCharm
Best user experience. While the JavaVM is a heavy hit on resources, it is worth it because of the sheer amount of functionality.
Community/Free/Educational version easily available.
Excellent Git support.
Top Pros
Top Cons
Best Alternatives
EclipsePyCharm
Small Businesses
Visual Studio
Visual Studio
Score 9.0 out of 10
IntelliJ IDEA
IntelliJ IDEA
Score 9.3 out of 10
Medium-sized Companies
Visual Studio
Visual Studio
Score 9.0 out of 10
IntelliJ IDEA
IntelliJ IDEA
Score 9.3 out of 10
Enterprises
Visual Studio
Visual Studio
Score 9.0 out of 10
IntelliJ IDEA
IntelliJ IDEA
Score 9.3 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
EclipsePyCharm
Likelihood to Recommend
9.0
(73 ratings)
8.0
(38 ratings)
Likelihood to Renew
9.0
(1 ratings)
10.0
(1 ratings)
Usability
9.0
(2 ratings)
-
(0 ratings)
Support Rating
6.8
(19 ratings)
8.3
(13 ratings)
User Testimonials
EclipsePyCharm
Likelihood to Recommend
Open Source
I think that if someone asked me for an IDE for Java programming, I would definitely recommend Eclipse as is one of the most complete solutions for this language out there. If the main programming language of that person is not Java, I don't think Eclipse would suit his needs[.]
Read full review
JetBrains
It's easy to create virtual environments and install packages for different projects as we may need project-specific packages for doing our experiments, also it's easy to see what changes we have made and create pull requests faster. But sometimes we want some light python editor like Jupiter notebook as PyCharm is relatively heavier, also Jupiter notebooks are a good option when we need to run remote code on local machines.
Read full review
Pros
Open Source
  • Eclipse organizes imports well and does a good job presenting different programming languages.
  • Eclipse auto formats source code allowing customization and increased readability.
  • Eclipse reports errors automatically to users rather than logging it to the console.
  • Eclipse has coding shortcuts and auto-correction features allowing faster software development.
Read full review
JetBrains
  • Git integration is really essential as it allows anyone to visually see the local and remote changes, compare revisions without the need for complex commands.
  • Complex debugging tools are basked into the IDE. Controls like break on exception are sometimes very helpful to identify errors quickly.
  • Multiple runtimes - Python, Flask, Django, Docker are native the to IDE. This makes development and debugging and even more seamless.
  • Integrates with Jupyter and Markdown files as well. Side by side rendering and editing makes it simple to develop such files.
Read full review
Cons
Open Source
  • While the DB integration is broad (many connectors) it isn't particularly deep. So if you need to do serious DB work on (for example) SQL Server, it is sometimes necessary to go directly to the SQL Server Studio. But for general access and manipulation, it is ok.
  • The syntax formatting is sometimes painful to set up and doesn't always support things well. For example, it doesn't effectively support SCSS.
  • Using it for remote debugging in a VM works pretty well, but it is difficult to set up and there is no documentation I could find to really explain how to do it. When remote debugging, the editor does not necessarily integrate the remote context. So, for example, things like Pylint don't always find the libraries in the VM and display spurious errors.
  • The debugging console is not the default, and my choice is never remembered, so every time I restart my program, it's a dialog and several clicks to get it back. The debugging console has the same contextual problems with remote debugging that the editor does.
Read full review
JetBrains
  • The biggest complaint I have about PyCharm is that it can use a lot of RAM which slows down the computer / IDE. I use the paid version, and have otherwise found nothing to complain about the interface, utility, and capabilities.
Read full review
Likelihood to Renew
Open Source
I love this product, what makes it one of the best tool out in the market is its ability to function with a wide range of languages. The online community support is superb, so you are never stuck on an issue. The customization is endless, you can keep adding plugins or jars for more functionalities as per your requirements. It's Free !!!
Read full review
JetBrains
It's perfect for our needs, cuts development time, is really helpful for newbies to understand projects structure
Read full review
Usability
Open Source
It has everything that the developer needs to do the job. Few things that I have used in my day-to-day development 1. Console output. 2. Software flash functionality supporting multiple JTAG vendors like J-LINK. 3. Debugging capabilities like having a breakpoint, looking at the assembly, looking at the memory etc. this also applies to Embedded boards. 4. Plug-in like CMake, Doxygen and PlantUML are available.
Read full review
JetBrains
No answers on this topic
Support Rating
Open Source
I gave this rating because Eclipse is an open-source free IDE therefore no support system is available as far as I know. I have to go through other sources to solve my problem which is very tough and annoying. So if you are using Eclipse then you are on your own, as a student, it is not a big issue for me but for developers it is a need.
Read full review
JetBrains
I rate 10/10 because I have never needed a direct customer support from the JetBrains so far. Whenever and for whatever kind of problems I came across, I have been able to resolve it within the internet community, simply by Googling because turns out most of the time, it was me who lacked the proper information to use the IDE or simply make the proper configuration. I have never came across a bug in PyCharm either so it deserves 10/10 for overall support
Read full review
Alternatives Considered
Open Source
The installation, adaptability, and ease of usage for Eclipse are pretty high and simple compared to some of the other products. Also, the fact that it is almost a plug and play once the connections are established and once a new user gets the hang of the system comes pretty handy.
Read full review
JetBrains
PyCharm is the best IDE for python development. PyCharm offers various features: source code completion, support for unit testing, integration with Docker/GitLab/Git, ability to manage and configure virtual environments, auto-indentation, and re-factoring code with ease. Support for JSON/Shell scripts and support for Flask/Django Other tools are effective for creating isolated scripts but not for handling projects with more than two scripts.
Read full review
Return on Investment
Open Source
  • This development environment offers the possibility of improving the productivity time of work teams by supporting the integration of large architectures.
  • It drives constant change and evolution in work teams thanks to its constant versioning.
  • It works well enough to develop continuous server client integrations, based on solid or any other programming principle.
Read full review
JetBrains
  • Buying the licensed pro version is a bit costly, but overall because of its features and its speed, the time taken by a developer to develop something can be improved. Indirectly getting a good return of Investment.
  • Considering the team size and its features, one can go for the licensed version as the ROI is high.
  • Customer support is also good for a licensed version, thereby saving the time, which in turn shows ROI as high.
Read full review
ScreenShots