my favorite line of py code so far

Peter Cacioppi peter.cacioppi at gmail.com
Sun Nov 10 03:59:32 EST 2013


Sorry, typo, meant to say

To be clear, I was never really intending to keep the

  _ = lambda c : lambda x : c(*x)
  map(_(P), zip([1,2,3], [6, 5, 4]))

code snippets in my final work product. The purpose of this thread was too fish around for ideas on what to replace it with... 
 




More information about the Python-list mailing list