Need advice on how to improve this function

Gabriel Genellina gagsl-py at yahoo.com.ar
Tue Aug 22 13:13:29 EDT 2006


At Monday 21/8/2006 12:03, Larry Bates wrote:

> > I wrote a function that converts a tuple of tuples into html.  For
> > example:
> > I'd like to know ways to make it better (more efficient, able to deal
> > with enormous-size arguments, etc).  How would I write this as a
> > generator?
>Before you put too much work into this you might want to take a look
>at HTMLgen:  http://www.python.net/crew/friedrich/HTMLgen/html/main.html

Another very good library is <http://dustman.net/andy/python/HyperText>
(Don't be afraid of the date - it's just that HTML standards haven't 
changed very much lately :) )



Gabriel Genellina
Softlab SRL 


	
	
		
__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas




More information about the Python-list mailing list