Is there an equivalent to \'intellisense\' for Python?
Perhaps i shouldn\'t admit it but I find having intellisense really speeds up the \'discovery phase\' of learn
I strongly recommend PyDev. In Pydev you can put the module you are using in the Forced Buildins, mostly the code-completion will work better than in other IDEs like KOMODO EDIT.
Also I think IPython is very helpful. Since it is 'run-time' in IPython, the code-completion in IPython won't miss anything.