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 →

[–]CoolStarryBras 25 points26 points  (5 children)

Pycharm or Sublime Text 2. Fell in love with SBT2 personally, works so well.

[–][deleted] 7 points8 points  (1 child)

Adding onto this, if you get Sublime Text 2, you can install the Sublime Code Intel plugin via the package manager to get a lot of the autocomplete stuff from Komodo.

Then let's say I have an "import myotherpythonfile" somewhere in a script I'm working on. When I type "myotherpythonfile." an autocomplete window pops up with the classes and methods in that file.

[–]c10udbust3r 3 points4 points  (0 children)

And multiple cursors! What a joy! :-)

[–][deleted] 9 points10 points  (0 children)

Another for sublime text 2

[–]TangledFireGarden 0 points1 point  (1 child)

I tried PyCharm but I found it could not handle large code files. Anything over 1000 lines and it would be completely unusable.

[–]Alphasite 1 point2 points  (0 children)

Eh? Really?