where are the program that are written in python?

sturlamolden sturla at molden.no
Sat May 22 11:21:56 EDT 2010


On 22 Mai, 17:09, a... at pythoncraft.com (Aahz) wrote:

> Rewriting an algorithm also helps I/O-bound code

Yes it does, if it involves how we do I/O. Algorithms are just as
important for I/O bound as they are for compute bound code.

But implementing an algorithm in C as opposed to Python would not
improve nearly as much for I/O bound as it could do for compute bound
code.










More information about the Python-list mailing list