Favorite non-python language trick?

Lee Harr lee at example.com
Sat Jun 25 12:06:57 EDT 2005


>> Higher-order functions like map, filter and reduce. As of Python 3000, 
>> they're non-python tricks. Sigh - i guess it's time for me to get to know 
>> list comprehensions a bit better.
>>


Couldnt there just be a "functional" module ?...

from functional import map, filter, reduce



More information about the Python-list mailing list