IDE for Python ( like Visual Studio with visual assist X )?

user1779502 picture user1779502 · Mar 5, 2013 · Viewed 12k times · Source

I use for C/C++ Visual studio 2012 with Visual Assist X plugin. Now I'm going to learn Python. I need good IDE for Python and my main requirement -very good intelli/autocomplete feature in IDE ( I don't like notepad or Python shell ) Can you recommended IDE for my requirement?

Answer

drekyn picture drekyn · Mar 5, 2013

I struggled a lot before finding a good IDE for Python. At the moment I'm using PyCharm which has a lot of features I got used to with other languages and IDEs, such as very good syntax highlighting, code completion, structure navigation, documentation linking, VCS integration (with live diff tool) and so on.

Note: it's not free though, but you can do a free and full-features 30-days trial.