IDE recommendation please

Franz Steinhaeusler franz.steinhaeusler at gmx.at
Mon Oct 24 05:29:41 EDT 2005


On 23 Oct 2005 18:39:17 -0700, "Brendan" <spam4bsimons at yahoo.ca> wrote:

>As mentioned, there isn't a whole lot.  I've beta tested Komodo, and it
>looks promising.  SPE might start working now that stani has a mac.
>
>For now I use TextWrangler - a free text editor with good python
>support.  http://www.barebones.com/products/textwrangler/index.shtml
>
>For interactive python, I use PyCrust (though the terminal works just
>as well)

I second want to encourage the use of PyCrust.
If you hit '(', you will get a calltip, the same
is on '.' for code completion.
If you are for example on:
I myself made a patch for getting calltips and Code Completion
on demand, that means, you don't have to go back and clear
the already typed text and enter '(' or '.' again.
I assigned them to Ctrl-Space (code completion) and
Ctrl-Shift-Space for calltips.


-- 
Franz Steinhaeusler



More information about the Python-list mailing list