[BangPypers] Currying in Python 3.0

Shekhar pythonic at gmail.com
Thu Dec 11 08:48:52 CET 2008


<snip>
>
> Of course, the above can all be done in Python <3.0 using lambda,
> but functools.partial makes it look neater.
>   
functools.partial is present in Python 2.5 or above.
> Regards
>
>   



More information about the BangPypers mailing list