[Tutor] IDE / development environment

Mike Hansen Mike.Hansen at atmel.com
Mon Apr 23 16:59:46 CEST 2007


 

> -----Original Message-----
> From: tutor-bounces at python.org 
> [mailto:tutor-bounces at python.org] On Behalf Of Rohan Deshpande
> Sent: Sunday, April 22, 2007 2:51 AM
> To: tutor at python.org
> Subject: [Tutor] IDE / development environment
> 
> Hey guys,
> 
> I've been using Linux for a long time but this is my first 
> foray into app development.  Therefore, I have never had to 
> properly set up a development environment for myself.  I am 
> partial to vim as an editor, and have configured it for the 
> python templating language i'm using with Pylons called Mako, 
> as well as using python.vim.  However, I have not figured out 
> how to do file management in a productive manner, quickly 
> switching between files.
> 
> What does everyone use as their development environment for 
> Python, particularly web dev? 
> 
> Thanks much.
> 
> Always looking for a faster way,
> Rohan
> 

I primarily use VIM. What do you mean by "switching between files"? You
might look at the mini-buffer explorer plug-in. It makes it easy to
switch between buffers.

Mike


More information about the Tutor mailing list