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)?
Asked
Active
Viewed 1,499 times
3
-
http://community.activestate.com/addons – Sridhar Ratnakumar Sep 16 '09 at 02:18
5 Answers
2
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
- 576
- 5
- 11
1
Komodo extension: Tab trigger for Abbreviations (http://community.activestate.com/xpi/tab-abbreviations). Can't live without it anymore.

pboucher
- 352
- 1
- 10
0
I use to install MoreKomodo and TweakUI after putting Komodo on some machine for me.

sergiol
- 4,122
- 4
- 47
- 81