In article <[email protected]>, Bruno Desthuilliers <[email protected]> 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 ([email protected]) <*> 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.
-- http://mail.python.org/mailman/listinfo/python-list
