On 6/19/07, <b class="gmail_sendername">Tom Gur</b> <<a href="mailto:gur.tom@gmail.com">gur.tom@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>which IDE would you recommend for a python ?</blockquote><div><br>I also use VIM, but I use a couple plugins to make it more ide-esque (If you can call it that).<br><br>The first is the project plugin: <a href="http://vim.sourceforge.net/scripts/script.php?script_id=69">
http://vim.sourceforge.net/scripts/script.php?script_id=69</a><br>This will make a split window on the lefthand side with a list of files and folders. You can specify a file extension whitelist. *.py works out very well. I bind F3 to :Project to open and close that window quickly
<br><br>The other plugin I use is BufExplorer: <a href="http://www.vim.org/scripts/script.php?script_id=42">http://www.vim.org/scripts/script.php?script_id=42</a><br>This will show you a list of open files and let you switch between them (S will split the choice with the current file(s)). I bind F2 to :BufExplorer
<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">--<br><a href="http://mail.python.org/mailman/listinfo/python-list">http://mail.python.org/mailman/listinfo/python-list
</a><br></blockquote></div><br>