Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Comparison of IntelliJ Python plugin or PyCharm

So I have IntelliJ and love it, and have been using the Python plugin for a while. But I noticed that they have PyCharm coming out in beta now. I haven't been using PyCharm since I just use IntelliJ for everything, but is there a compelling reason to buy PyCharm?

like image 244
Mike Avatar asked Jul 26 '10 22:07

Mike


People also ask

Can I use IntelliJ for PyCharm?

IntelliJ IDEA Ultimate is a superset of most IntelliJ platform-based IDEs. If the bundled language plugins are enabled, it includes support for all technologies that are available within our more specific IDEs, such as PyCharm, WebStorm, PHPStorm, and so on.

Is IntelliJ IDEA good for Python?

Python Plugin extends IntelliJ IDEA with the full-scale functionality for Python development.

Is PyCharm a good IDE for Python?

PyCharm is the best IDE I've ever used. With PyCharm, you can access the command line, connect to a database, create a virtual environment, and manage your version control system all in one place, saving time by avoiding constantly switching between windows.

Is VS Code better than PyCharm?

In the performance criteria, VS Code easily beats PyCharm. Because VS Code doesn't try to be a full IDE and keeps it simple as a text-editor, the memory footprint, startup-time, and overall responsiveness of VS Code is much better than PyCharm.


2 Answers

Since this question (and its accepted answer) are older and new versions of both IDEA and PyCharm are available, I figured it would be appropriate to add a new answer without modifying the existing "correct" one...

My company has licenses for both PyCharm 1.5 and IntelliJ IDEA 10.5 and I have used both for regular Python development and Django web app development. From my experience, I have not found any features of PyCharm which were not available to me using the Python plugin for IntelliJ.

This makes sense if you consider the fact thet the Python IntelliJ plugin is actually maintained by the PyCharm developers at JetBrains. The only catch to this is that there could be brand new features released to a new version of PyCharm which would not be immediately available to the plugin users but it probably wouldn't take them long to port them over.

If you are considering buying a license for IntelliJ, I would recommend to not also buy a PyCharm license as it seems like a waste of money. However, if you only do Python related development, I would recommend to only buy the PyCharm IDE instead because its licenses are cheaper than IDEA's.

UPDATE (2013-01-23)
I have been recently using IntelliJ IDEA v12 with the latest (2.10.0) python plugin instead of PyCharm. As an experienced IDEA user, this is my preferred situation. For someone with no (or less) IDEA experience, JetBrains actually recommends starting with PyCharm because it's UI is simpler and more focused on productivity within Python projects.

As for feature difference, JetBrains claims that the Python plugin is built from exactly the same source as PyCharm so the features should be identical. The only differences should be with the user experience, where IDEA's plugin is slightly harder to use because that IDE isn't aimed at Python development in the first place.

JetBrains has a FAQ that has more info about differences between the IDEA plugin and PyCharm.

like image 128
Jesse Webb Avatar answered Oct 21 '22 02:10

Jesse Webb


Right now PyCharm is quite a bit farther ahead in terms of functionality compared to the Python plugin for IntelliJ IDEA 9. Once we start the EAP for IntelliJ IDEA 10, we'll also release a new version of the Python plugin containing all the latest features of PyCharm, but we don't currently plan to backport the new features to the IDEA 9 version of the plugin. So, if you're OK with using EAP builds of IntelliJ IDEA, you shouldn't need to buy a separate license for PyCharm.

like image 45
yole Avatar answered Oct 21 '22 02:10

yole