Changing var names
Jean-Michel Pichavant
jeanmichel at sequans.com
Mon Jan 18 09:10:37 EST 2010
Victor Subervi wrote:
> On Fri, Jan 15, 2010 at 3:15 PM, Adam Tauno Williams
> <awilliam at opengroupware.us <mailto:awilliam at opengroupware.us>> wrote:
>
> On Fri, 2010-01-15 at 13:27 -0400, Victor Subervi wrote:
> > Hi;
> > Well it took me *less than a day* to fix the following problems:
> > -- bare excepts (accidentally left a couple I think)
> > -- sql injection attacks
> > -- recreating tables to make them more reasonable
> > Now, I believe someone once mentioned that there is some s/w
> tool out
> > there for changing the names of my variables more easily than going
> > through every script one-by-one. If so, please share with me again
> > what it is.
>
> This process is called 'refactoring' [a good term to Google], and
> every
> decent IDE provides some support [if it doesn't, it isn't a "decent"
> IDE]
>
>
> Thanks. I'll work with Eric, I guess, once I get my Mac.
> beno
Here are 2 well known IDEs, that help with refactoring (and many other
things).
http://netbeans.org/
http://www.eclipse.org/
Both supports python.
I personnaly will stick to vim :o)
JM
More information about the Python-list
mailing list