|
|
|
|
|
by uranusjr
1679 days ago
|
|
They are recommended when you want speed, but most people writing Python probably never need that much speed (or would probably want numpy anyway), and the few who do likely have more private sources to recommend it for specific occasions. It should probably be used for more things (instead of reaching for numpy at first chance) but is still a niche tool. |
|
If you're going pure Python then space is a better reason than speed. I'm not sure an array is even as fast as a list.