Moving from PHP to Python. Is it Possible
Aahz
aahz at pythoncraft.com
Tue Dec 29 16:26:01 EST 2009
In article <4b2602a0$0$30660$426a34cc at news.free.fr>,
Bruno Desthuilliers <bruno.42.desthuilliers at websiteburo.invalid> wrote:
>zeph a écrit :
>>
>> 4) It's better to collect all your eventual output into a string that
>> you print
>
>Yuck ! Definitly one of the worst advises you could give.
>
><OP>
>By all mean, *DONT* do that. Use a templating system instead.
></OP>
Because I know Zeph, I know that you two aren't actually disagreeing. ;-)
Templates are one good way to follow Zeph's advice, but particularly for
small projects they may be overkill.
--
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
Weinberg's Second Law: If builders built buildings the way programmers wrote
programs, then the first woodpecker that came along would destroy civilization.
More information about the Python-list
mailing list