3

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)?

Shay Erlichmen
  • 31,691
  • 7
  • 68
  • 87
meade
  • 22,875
  • 12
  • 32
  • 36

5 Answers5

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
0

Komodo edit is just a text editor.

For gui design I suggest Glade-3. It is specially juicy.

nosklo
  • 217,122
  • 57
  • 293
  • 297
0

try using eclipse instead with PyDev.

jacob
  • 1,214
  • 2
  • 13
  • 22