Incremental Progress Report object/closure?

Gabriel Genellina gagsl-py at yahoo.com.ar
Fri Sep 1 15:18:51 EDT 2006


At Friday 1/9/2006 15:07, Terrence Brannon wrote:

>'lo all, I'm looking for something that gives feedback to the screen
>every X iterations, reporting
>
>Time elapsed:  0:00:00   X,XXX,XXX records done. speed XXXX/second.
>[Action Label]

What about a simple:

print "Time elapsed: blah blah blah\r" % whatever,

(notice the \r and the final , )



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