[Python-Dev] graphics maths types in python core? (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Sun Apr 5 11:08:02 CEST 2009
- Previous message: [Python-Dev] graphics maths types in python core?
- Next message: [Python-Dev] graphics maths types in python core?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] graphics maths types in python core?
- Next message: [Python-Dev] graphics maths types in python core?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]