Re: [Python-ideas] Calling a function of a list without accumulating results

Sept. 27, 2007
4:48 p.m.
Hi Greg | The way things are, there is only one coding style for when you don't want | the results. You're suggesting the addition of another one. That *would* be | un-Pythonic. But the same remark could be made about using a list and writing explicit loops to accumulate results, and the later addition of list comprehensions. Wasn't that un-Pythonic for the same reason? Terry
6386
Age (days ago)
6386
Last active (days ago)
0 comments
1 participants
participants (1)
-
Terry Jones