On 15/10/19 13:59, Rhodri James wrote:
> On 15/10/2019 12:38, Antoon Pardon wrote:
>> On 11/10/19 15:48, Rhodri James wrote:
>>> On 10/10/2019 12:40, Antoon Pardon wrote:
About including piped iterators:
http://code.activestate.com/recipes/580625-collection-pipeline-in-python/
>
On 15/10/2019 12:38, Antoon Pardon wrote:
On 11/10/19 15:48, Rhodri James wrote:
On 10/10/2019 12:40, Antoon Pardon wrote:
About including piped iterators:
http://code.activestate.com/recipes/580625-collection-pipeline-in-python/
On 10/10/19 13:00, Paul Moore wrote:
As another measure,
On 11/10/19 15:48, Rhodri James wrote:
> On 10/10/2019 12:40, Antoon Pardon wrote:
>> About including piped iterators:
>>
>> http://code.activestate.com/recipes/580625-collection-pipeline-in-python/
>>
>> On 10/10/19 13:00, Paul Moore wrote:
>>> As another measure, look at various other librar
On 10/10/2019 12:40, Antoon Pardon wrote:
About including piped iterators:
http://code.activestate.com/recipes/580625-collection-pipeline-in-python/
On 10/10/19 13:00, Paul Moore wrote:
As another measure, look at various other libraries on PyPI and ask
yourself why *this* library needs to
About including piped iterators:
http://code.activestate.com/recipes/580625-collection-pipeline-in-python/
On 10/10/19 13:00, Paul Moore wrote:
> As another measure, look at various other libraries on PyPI and ask
> yourself why *this* library needs to be in the stdlib more than those
> others
Probably low. There would need to be a clear justification as to why
having the library in the stdlib (and hence tied to Python's release
schedule for updates/bug fixes etc - which is typically a really
severe limitation for a newish library) would be better than having it
available as a 3rd party
That seems to have been thoruoghly garbled so I start again.
I was wondering how likely it would be that piped iterators like shown
in http://code.activestate.com/recipes/580625-collection-pipeline-in-python/
would make it into a future python version/ Once I started using them
(and included some
I was wondering how likely it would be that piped-iterators like shown in
http://code.activestate.com/recipes/580625-collection-pipeline-in-python/
would make it into a future python version. Once I started using them
(and included some more) I found I really liked working with them. For
instance I