noob question
qwweeeit at yahoo.it
qwweeeit at yahoo.it
Sun Jun 26 06:28:48 EDT 2005
Hi Matt,
I also am almost a newbie (in Python) and my approach to variable
naming
follows more or less the Hungarian Type Notation Defined.
To better explain, I use one char or two (in small case) as a prefix of
the name of
the variable (starting in capital letters).
The prefix identifies the "type" of variable. My choice of such
prefixes is (a short example):
s string (sStringVariable)
l list (lFileLines)
n numeric (nNumericVariable)
and so on...
Bye.
More information about the Python-list
mailing list