Re: Re-implementation of Python Numerical arrays (Numeric) available for download

Nov. 20, 2001
12:29 p.m.
The issue of efficiency may not be a problem with Python 2.2 or later since it provides new mechanisms that avoid the need to use __setattr__ to solve this problem. (e.g. __slots__, property, __get__, and __set__). So it becomes more of an issue of which style people prefer rather than simplicity and speed of the code. Perry
8520
Age (days ago)
8520
Last active (days ago)
0 comments
1 participants
participants (1)
-
Perry Greenfield