13 Sep
1999
13 Sep
'99
12:38 p.m.
chas wrote:
Thanks for the kudos, by the way. As for the use of tabs in PythonMethod code, my advice is: DON'T. Hit the spacebar 2 or 4 times instead; you'll be glad you did.
Cool. Did I miss a technote on this ? Coming from Python, others might assume that tabs are needed.
But tabs aren't needed in Python -- you can use spaces just fine in Python (as long as you don't *mix* spaces with tabs). Spaces tend to be easier on portability as everybody seems to have different ideas about how large a tab should be. Regards, Martijn