[Zope] basic python -> dtml translation.
Martijn Faassen
m.faassen@vet.uu.nl
Mon, 13 Sep 1999 14:38:11 +0200
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