Originally posted by Gregg Bolinger:
Did you know that VB refers to "this" as "me"? I think that is relatively funny. Python uses "self".
I know approximately zero (give or take an order of magnitude) Python. However, I've seen many people choose "self" in OO Perl programs. Usually the first line of a sub/method sets some variable to the reference to the "current" object.
I could just as easily have said "my $this = shift;" or "my $me = shift;". Is that pretty much the case for Python?
[ December 28, 2007: Message edited by: Ryan McGuire ]