Which IDE is the best? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which IDE is the best?

Please suggest the best IDE for (i) Java (ii) Python (iii) C You may also add the pros and cons, if possible.

23rd May 2017, 8:13 AM
Ayan Dutta
Ayan Dutta - avatar
2 Answers
+ 5
Any IDE from JetBrains is amazing. Intellij Idea, PyCham, CLion respectively for those programming languages. Since I'm a Java dev, I will list some of the best JAVA IDEs. 1. IntelliJ, My favourite. IntelliJ is a closed source Java IDE, and one of the ‘big three’ among Java IDEs (The other two being Eclipse and NetBeans). IntelliJ IDEA has a great, modern UI. It was chosen to be the base IDE for Android Studio, the new all-in-one software for developing Android apps, developed by Google. There are two versions of IntelliJ, the Community Edition, which is free, and the Ultimate Edition which is fully featured and requires paid licenses to use. 2. Eclipse Eclipse is one of the most popular IDEs out there, and not for just Java, but also for C++ and PHP. Eclipse is an open source tool and has a great community of developers. It also features a huge library of plugins, all made by users. Eclipse latest big release came last year with Eclipse Luna, which offered support for Java 8. Eclipse was also the base IDE for the old Android SDK (Software Development Kit). 3. NetBeans Once owned by Sun Microsystems, and now by Oracle, NetBeans is one of the best IDEs from the past decade. NetBeans is completely modularized, and all the IDE functions come in packages called modules. It offers easy integration with version control software. NetBeans was made open source by sun, so anyone can contribute to its development. It is free, and works on most operating systems and platforms.
23rd May 2017, 8:25 AM
Amiko Megrelishvili
Amiko Megrelishvili - avatar
+ 1
java - net beans or eclipse python - pycharm c - turbo c
23rd May 2017, 10:49 AM
Mayur Chaudhari
Mayur Chaudhari - avatar