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
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