print time comparison: IDLE versus terminal on ultra 20
Fredrik Lundh
fredrik at pythonware.com
Sun Oct 8 14:58:38 EDT 2006
sam wrote:
> in IDLE:
> 4.433 seconds
IDLE is designed for tinkering, not fast handling of non-trivial amounts
of output (it runs your program in a separate process and pipes data
to the interactive window over the network. and the interactive seems
to be redrawing the display for every line that arrives...)
but on the other hand, IDLE runs your sample script in less than 0.5
seconds on my cheap Windows box. complain to Sun ;-)
</F>
More information about the Python-list
mailing list