Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I just discovered PyCharm, which is a Python/Django/web IDE currently in "public preview" being developed by JetBrains.

Has anyone been using it for the last month it has been available, and if so, what are your impressions of it compared to other IDEs that are available such as:

  • Komodo
  • Wing IDE
  • Eclipse + Pydev
  • Aptana
share|improve this question

closed as not constructive by casperOne Mar 3 '12 at 1:57

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

12 Answers

up vote 23 down vote accepted

I lurvvv PyCharm. I started using it about 3 months ago and I haven't looked back, and I've tried Eclipse/PyDev, Vim and textmate. The JetBrains Ruby IDE also happens to be my favorite Ruby IDE, and same for their Java intelliJ IDE .... they're all great products.

  • It inspects imports/modules, and lets you quickly jump to definitions and usages.
  • Works well with virtualenv (point the project's python interpreter to the one in your virtualenv folder)
  • Works well with django templates
  • Very customizable
  • Good source control integration
  • KICK ASS diff tool
  • Also great for Javascript development.

My setup:

alt text

share|improve this answer
1  
Same here. While PyCharm is not yet as advanced as RubyMine, not to mention IntelliJ IDEA, compared to the options available from the concurrence it's simply incredible. – A. Ionescu Jun 26 '10 at 13:36
Any way to get your theme? – Evgenyt Aug 12 '10 at 10:08
3  
Here you go I exported the color settings: drop.io/c6nh0gi you can import it File > Import Settings. Then go into Settings > Editor > Colors and choose "AJ - Warm" – adamJLev Aug 12 '10 at 13:43
Drop.io no longer works, alas! – Gregg Lind Feb 3 '11 at 15:57
1  
I put the file on dropbox: dl.dropbox.com/u/2808211/color_schemes.jar – adamJLev Feb 3 '11 at 16:02

I've been using PyCharm for django development on google app engine and it's great. The debugger is very useful compared to any other IDE out there. Code completion, refactoring, version control, auto-import and all the other things you would expect from a fully featured IDE is there and is great. There are still a few bugs that I've noticed but nothing that really stops me from using it on a daily basis. It definitely helps you be more efficient at programming and saves you from wasting time on stupid bugs.

share|improve this answer

I played with a little bit tonight and would say it shows promise. The integrated debugger and the Django console work really well (almost like Visual Studio) and it's definitely ahead of other Python IDEs I have tried. It managed to analyze my existing project code (including offering refactoring suggestions) but I noticed a few problems with the code completion and had trouble configuring my Python project path(s). The application also feels a little "odd" and out of place on Windows but most cross-platform applications do.

I plan to keep an eye on it and dedicate some real time to using it once the beta release happens this summer.

share|improve this answer

I <3 PyCharm! It does all the stuff that I always wanted a Python/Django IDE to do. And best of all, is that it has an integration with most popular CVS out there. I have great feeling about this project. It make me wander why anyone thought about doing an IDE like this?

Great job JetBrains!

share|improve this answer

I've used it only a bit, but it was very handy for walking through the Django tutorial. Reasonable auto-complete (both Python and HTML), good visualization of project structure, and built-in Django integration (start up the server and view the server log right in the IDE). Also integrated debugger, which I miss (my other IDE is Scite).

share|improve this answer

Really love their products for keyboard tricks and code refactoring/analysis tools (as in Resharper/IntelliJ/RubyMine).

And yes, PyCharm looks really promising as well. Hoping to switch to it after release. Especially if they support Mako templates (as they consider to do).

P.S. Currently using PyDev in Aptana Studio, sometimes VIM. And missing tons of things that JetBrains used to bring into IDEs.

share|improve this answer

I'm sure it will be fine if you put the time into learning how to use it. I don't have the time currently so I'm going back to eric IDE for now. If I get time I might look at it some more.

share|improve this answer

Eric IDE is terrible. Wing IDE is great, and PyCharm is looking good.

share|improve this answer
1  
You're right: Eric is the worst IDE I've ever seen! – deamon Mar 24 '11 at 9:21

Is it just me or it feels ugly? I'm on windows 7 and the whole application feels unnatural.

share|improve this answer
It has themes. BUT, I rather feel excellent coding experience (navigation, refactoring, autocomplete, code formatting, ...). Not paying much attention to bells and whistles. – Evgenyt Aug 12 '10 at 10:07
I know, I have to get used to it. Now it's just distracting. – Kugel Aug 12 '10 at 11:49
PyCharm wouldn't win a design contest, but JetBrains products are great to use. – deamon Mar 24 '11 at 9:22

What I don't like in PyCharm:

  • Typing is too slow. When I type the word print, the letters n and t appear slowly (about 100 ms after I finished typing). This huge latency is not acceptable for me, I need a snappy editor, which is faster than I type. I have a fast enough machine with plenty of RAM.

  • Can't syntax-highlight Ruby, Perl, PHP etc. code -- not even with a plugin. Good editors have syntax highlighting for several dozen languages.

share|improve this answer
If hardware is not an issue for you, you should definitely try taking a CPU snapshot and provide it to JetBrains for investigation. For multilanguage support, the way to go is IntelliJ IDEA + python plug-in and multiple other language plug-ins to choose from – gorohoroh Jul 25 '11 at 21:29
@gorohoroh: Thanks for the useful tips. FYI The plugin page you linked doesn't contain Perl syntax highlighting support. It has Ruby and PHP though. – pts Jul 30 '11 at 9:18

See also this 2010-10-16 message by Carlos Daniel Ruvalcaba Valenzuela that appeared on the wingide-users mailing list. It describes some differences between WingIDE and PyCharm.

share|improve this answer

sooo, i'm a couple of days into pycharm because some here in the office told me that a bunch of guys he met on a con said this where the deal if it comes to enterprise python development.

so, i tried it out and think, it is pretty. pycharm has a very nice integration of productivity-tools like the debugger, the testing-result-views. the in-house-support of multiple vcs´ are great and of course the (comparable to other ide´s) very good refactoring-options. on this levels the ide is very, very nice.

but, i have personally problems with many basics. f.e. the mercurial-(or commonly the vcs) integrations producing a very ugly bug in the current version (2.0.2): non disable-able automatic saving. and yes, it is a official acknowledged bug.

not all default shortkeys has any function on my development os (ubuntu 11.10), so i have to remap them.

and to this point i have no idea, how is it possible to create something like eclipse-workspaces (grouping of projects) in pycharm, without having a empty project hanging around. but maybe the last one is only a problem with not thinking out of the eclipse-box-thing ;).

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.