Well, another try Re: while c = f.read(1)

James txdiversity at hotmail.com
Sat Aug 20 02:13:44 EDT 2005


> for data in iter(lambda:f.read(1024), ''):
>     for c in data:

What are the meanings of Commands 'iter' and 'lambda', respectively? I
do not want you to indicate merely the related help pages. Just your
ituitive and short explanations would be enough since I'm really newbie
to Python.

-James




More information about the Python-list mailing list