Re: [Tutor] Variable declaration

2010-02-05 Thread Wayne Werner
On Fri, Feb 5, 2010 at 10:40 AM, Hansen, Mike wrote: > Perl has "use strict;" to force variable declaration. > > My insane Perl loving co-workers think it's evil that Python doesn't have > variable declaration. =) > > What are some of the reasons/arguments on why Python doesn't need variable > de

[Tutor] Variable declaration

2010-02-05 Thread Hansen, Mike
Perl has "use strict;" to force variable declaration. My insane Perl loving co-workers think it's evil that Python doesn't have variable declaration. =) What are some of the reasons/arguments on why Python doesn't need variable declaration? I've gotten around it in Python by using Pyflakes to