[newbie] Looking for a good introduction to object oriented programming with Python
Paul Rubin
no.email at nospam.invalid
Mon Aug 6 03:25:16 EDT 2012
Steven D'Aprano <steve+comp.lang.python at pearwood.info> writes:
>> I suspect), but can't say that I've ever used a "factory function"...
> If you've ever used an ordinary function decorator, you almost certainly
> have.
> If you've every created a closure, you definitely have.
Or anything with a __iter__ method...
More information about the Python-list
mailing list