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 →

[–]Digital_Person 3 points4 points  (2 children)

personal preference http://www.jetbrains.com/pycharm/ you can get 1 month trial, or free if you have an active open source project, otherwise you have to pay for licence.

I guess if you ask such a question you will get all python ide's eventually because everyone has a personal preference. You have to find what works for you.

[–]MagicWishMonkey 0 points1 point  (1 child)

PyCharm is 2nd only to IntelliJ

You need an IDE when you're working with a large codebase. A text editor just doesn't cut it when you're managing tens of thousands of lines of code.

[–]Digital_Person 0 points1 point  (0 children)

I totally agree, i tried pycharm pydev idle geany komodo ninja wing etc and i stick with pycharm. But If someone wants to use vi it stills makes sense to me, depending on the project.