[Tutor] Best IDE for Python

Gabriel Farrell gsf at panix.com
Mon Jan 29 17:10:08 CET 2007


On Sat, Jan 27, 2007 at 02:58:38AM -0800, Dick Moores wrote:
> <html>
> <body>
> At 07:12 PM 1/24/2007, Shadab Sayani wrote:<br>
> <blockquote type=cite class=cite cite="">Hi,<br>
> I am using vim editor to code my project in python.Is there a good
> IDE&nbsp; where in I type the name of the class object and then dot then
> all the attributes of the object are displayed so on.</blockquote><br>
> Ulipad can do this.<br><br>
> Dick Moores<br><br>
> <x-sigsep><p></x-sigsep>
> UliPad &lt;&lt;The Python Editor&gt;&gt;:
> <a href="http://wiki.woodpecker.org.cn/moin/UliPad">
> http://wiki.woodpecker.org.cn/moin/UliPad</a> </body>
> </html>
> 

If you want to stick with VIM, you can get the functionality you're
looking for if it's 7.0+ and compiled with +python.  A web search for
"omnicomplete python vim" (no quotes) brings up some useful pages.

Gabe



More information about the Tutor mailing list