Continuing on with my Python learning, I just installed Komodo edit, are there any recommended add ins/extensions that I should include? Any recommendations on using it or another GUI designer (TkInter base)?
+1
A:
Komodo extension: Tab trigger for Abbreviations (http://community.activestate.com/xpi/tab-abbreviations). Can't live without it anymore.
pboucher
2009-06-04 19:14:11
+1
A:
If you want to use Komodo, integrate it with Pylint as stated here (I do not know if it works with Komodo Edit, I have run it with Komodo then). It is a code checker, very useful for dynamic language like Python.
Also, there is GUI Builder, which is not an "add-in" but "add-out", it was already part of the Komodo, but it has been released as open source.
Caglar Toklu
2009-06-05 08:27:55