[Tutor] Productivity

Ronan Lucio ronan at melim.com.br
Wed Sep 10 10:28:52 EDT 2003


Alan,

Em Ter 09 Set 2003 18:28, Alan Gauld escreveu:
> > I used to make my Python CGI's in the vi editor.
> >
> > Now, I'm looking for the ways to optimize the productivity
> > of the development tasks.
>
> What is slowing you down? Assuming you know vi there are few
> more productive editing tools so it presumably isn't the
> typing of the code. (BTW you do use something more modern
> than vanilla vi I assume? elvis or vim say?)

Some months ago I have developed some programs in Java
and I used Eclipse IDE.

It has many features like: auto-complete loops structures, function
declaration and do a sintaxe check on the language.

This features give you many times of typing and program depuration

I'd like to find similar tools for Python, too.

Looking at the Python's home page I see some IDE's for Python
and I'd like to know which are the most used.
I seed that that is Eclipse plugin for Python, but I thing Eclipse
consume CPU machine over than I can.

> > Could anyone say me what the better ways/tools to develop
> > python programs/cgis?
>
> So where is the inefficiency do you think?
> Testing? Looking up the code signatures? Copying the files
> to the server?

Thank's
Ronan



More information about the Tutor mailing list