I looked for a Python editor a lot, I found Pydev which is a plugin for Eclipse and since Eclipse sucks, it’s ugly and the code looks ugly too, it just kills my creativity, it’s also slow on top of that.
Then I found IronPython plugin for Microsoft Visual Studio, this one requires Visual Studio which is paid and it doesn’t make your life easier, for example if I have:
def some_func(): pass
Now, after “pass” if I hit “Enter” I want to get back to the beginning of the next line but this wasn’t happening in IronPython. (+ a bunch of other things)
I guess I got spoiled because I use Dreamweaver to write PHP and it just does everything as you expect, it’s smooth and well thought out, much like other Macromedia products; take Fireworks for example, those who use Fireworks and Photoshop know the brilliance behind the design of Fireworks’s UI… Why didn’t Macromedia buy Adobe?!
Anyway, if you are like me and feel the same way, try Komodo Edit. I have nothing to do with it or ActiveState but I have to say that this editor made my life so much easier and I’m not looking back. It also has support for a bunch of other languages like PHP etc.
EDIT: So after using this great text editor for a little while, I decided to write a quick list of pros and cons:
Pros:
1 – It’s free.
2 – It’s open-source.
3 – It’s nice looking. (I care about this, I’m convinced that it effects creativity…)
4 – It’s smooth and fast.
5 – It does what you expect it to do; very intuitive.
6 – It’s written by people who love writing code.
7 – It’s cross-platform.
8 – It supports: PHP, Python, Ruby, Perl and Tcl, plus JavaScript, CSS, HTML and template languages like RHTML, Template-Toolkit, HTML-Smarty and Django.
9 – It supports code completion.
10 – It has great help and docs.
Cons:
None.
Happy Coding…

I'm a programmer at 
I’m a big fan of Komodo Edit for my Perl. So much so that I bought IDE.
– brought to you by a non-ActiveState employee
Comment
Dave, I will probably buy the IDE, I really like this product…
Comment
I am continually amazed by how GOOD Komodo Edit is. For any of the different languages and styles I work in, it Just Works better than any other editor I’ve used in memory, paid for or not. Not to put too fine a point on it, but I haven’t found many tools LESS productive than Dev Studio…
Comment
I tried out Komodo Edit and ended up buying the IDE. It’s great for PHP work and I’m just starting to use it for Python as well. It integrates well with version control and unit testing, and it feels really slick to use as well.
Comment
[...] while back I wrote a post about what I think is the best Python code editor but I decided to write an update and write a [...]
Pingback