Python code written in 1998, how to improve/change it?

skip at pobox.com skip at pobox.com
Tue Jan 24 15:58:27 EST 2006


    Wolfgang> So basically if I want to write a long-running program in
    Wolfgang> Python, it would make sense to code all functions that are
    Wolfgang> likely to be called more than once as generators...

If they need to resume their calculations from where they left off after the
last yield.

Skip



More information about the Python-list mailing list