[Python-Dev] graphics maths types in python core?

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Apr 5 11:08:02 CEST 2009


Nick Coghlan wrote:

> Actually *finishing* parts 2 and 3 of PEP 3118 would be a good precursor
>  to having some kind of multi-dimensional mathematics in the standard
> library though.

Even if they only work on the existing one-dimensional
sequence types, elementwise operations would still be
useful to have. And if they work through the new buffer
protocol, they'll be ready for multi-dimensional types
if and when such types appear.

-- 
Greg


More information about the Python-Dev mailing list