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 check my code 
and catch those silly mis-spelling of a variable.

Mike

 



 
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to