[yt-users] Python IDEs

Matthew Turk matthewturk at gmail.com
Fri Jun 3 07:55:53 PDT 2011


Hi Sam,

I started out in vim a long time ago; for a couple months several
years ago I used Komodo (with vim keybindings) but nowadays I use vim
exclusively with the NERDTree plugin and the MiniBufExplorer plugin,
along with some autocomplete I don't usually use.  This lets me keep
lots of different files open in splits/buffers and whatnot inside a
single terminal window.  I run it inside GNU screen, which has the
vertical-split patch applied, and I do side-by-side or top-to-bottom
terminal / script / python (or bpython) sessions.

I seem to recall somebody was using PyDev for yt development, but it
has slipped my mind who.  I've wanted to try out newer IDEs, like
PyCharm and PyDev and the latest Komodo, but what I've usually run up
against is that while my vim knowledge isn't amazingly strong it's
just strong enough that I find the vi keybindings in IDEs to be a
little bit frustrating.  I've been meaning to play with PIDA, which
embeds vim directly, but haven't had the opportunity.  It'd be
interesting to hear how PyDev works.

-Matt

On Fri, Jun 3, 2011 at 5:52 AM, Sam Geen <samgeen at astro.ox.ac.uk> wrote:
> Hi,
>
> Sorry, this is more of a generic Python question, but it might be relevant
> for YT:
>
> Do people use an IDE for developing YT, and if so, which one? I tend to
> prefer working with them rather than opening a million emacs windows for
> larger projects. Someone suggested Spyder and PyDev - are these any good?
> I've used Eclipse in the past but mainly for C++/Java, so I don't know how
> good it is for Python.
>
> Cheers,
>
> Sam
> _______________________________________________
> yt-users mailing list
> yt-users at lists.spacepope.org
> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>



More information about the yt-users mailing list