A
A
Akira Kubo2015-03-05 22:49:11
Python
Akira Kubo, 2015-03-05 22:49:11

Good IDE for Python on Mac OS X?

I just can’t find a beautiful, intuitive and convenient IDE for Python, while I settled on PyCharm, but something is not right. Maybe you know?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
B
bobrovskyserg, 2015-03-05
@AkiraKubo

A drop of patience - PyCharm is the thing.

Y
Yuri Shikanov, 2015-03-05
@dizballanze

SublimeText is not exactly an IDE, but it's worth a try.

O
OnYourLips, 2015-03-05
@OnYourLips

PyCharm, there is nothing even close to it in terms of capabilities.
And don't be fooled by those who say that TextMate or SublimeText is enough .
This is enough for them .

A
Ali Aliyev, 2015-03-06
@ali_aliev

Personally, I use vim, I don’t want to go anywhere else. During all this time I tried almost everything, Sublime, PyCharm, Atom, TextMate, PyDev, but still returned to my favorite editor. Try vim + jedi-vim, I'm sure you won't regret it. In addition, it is very actively developing.

L
lPolar, 2015-03-06
@lPolar

Pycharm is very very cool, especially for its remote interpreter, it's just a fairy tale if you have to work with a remote server.
But it has a couple of drawbacks that are unpleasant in my opinion:
1. Very long indexing of packages. If this is some kind of Anaconda Python, where there are about 300 modules, then it is indexed every time it starts for 5 minutes.
2. There is no autocomplete for some modules that have C-function calls (a typical example is numpy
) graphics output, ala Spyder. I have to draw a lot of graphs in matplotlib, I want to copy them into documents in a convenient form (Ctrl-C / Ctrl-V). I only found such an opportunity in Spyder.
PS The above is relevant for the Win version, I don’t know how it is on OS X.

D
Denis Verbin, 2015-03-06
@rez0n

Obviously, Pycharm.
Try playing around with the design settings. Perhaps in the heat of the moment they chose an eye-catching topic just ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question