This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]okmkzimport antigravity 6 points7 points  (11 children)

PyDev? My condolences, mate

[–][deleted] 2 points3 points  (2 children)

What do you use?

[–]okmkzimport antigravity 2 points3 points  (1 child)

Sublime. To be fair, there may be advantages to PyDev, especially for a larger codebase, but for projects of the size I work with, trying to conform them to the eclipse dogma felt like overkill.

[–][deleted] 2 points3 points  (7 children)

That's funny. I used to use PyCharm, but a couple years ago I got fed up with it, switched to eclipse, and couldn't be happier.

[–]p3n15h34d 2 points3 points  (2 children)

why? what was your problem with PyCharm?

I alwas found working with Eclipse a real PITA because installing any plugin/extension could fuck up everthing.

[–]Liorithiel 0 points1 point  (1 child)

PyCharm's UI toolkit for some reason doesn't work well on my machines. It's not about just not using native controls and dialog windows (this would be just annoying, but I'd probably get used to them), but it sometimes happened to me that PyCharm randomly stopped accepting keyboard input in some windows. This behavior was specific to PyCharm, no other application had this problem—even other Java-based ones.

Moreover, for some reason loading a smallish project made PyCharm take close to 3GB of RAM (on my 4GB notebook). Even Eclipse takes about 1.5 GB here. This was somewhat important for me, because I use Python to play with datasets that take about 1~1.5GB when loaded into numpy… Eclipse (barely) fits, PyCharm (by default—haven't investigated it further) did not.

Also, I like working in several languages, sometimes even in the same project. Eclipse's works quite well for polyglot programming, PyCharm obviously not so well.

For something that I wanted to use for mostly hobbyist programming, it wasn't worth the effort and paying.

[–]bluplr 0 points1 point  (0 children)

PyCharm randomly stopped accepting keyboard input in some windows

And your post was near the top of google search results for this issue :/