[Python-ideas] Adding "Typed" collections/iterators to Python

Nick Coghlan ncoghlan at gmail.com
Mon Dec 19 09:08:10 CET 2011


On Mon, Dec 19, 2011 at 4:48 PM, Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
> Extended to handle the various operator methods, this might be a useful
> thing to have around. In conjunction with array.array, it could provide
> a kind of "numpy lite" for when depending on full-blown numpy would seem
> like overkill.

Agreed, but that "might" is the killer - hence why PyPI is the
appropriate place for this idea. Perhaps when it's been refined for a
couple of years, a case might be made for standard lib inclusion.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia



More information about the Python-ideas mailing list