I am using Ubuntu 13.10.How can I download numeric for python 2.7.6?I need it for the python in anaconda 1.8.0.Please,can anyone help me?I need it for pygame 1.9.1
Asked
Active
Viewed 226 times
-3
-
Use numpy, Its successor to Numeric. Numeric is deprecated. Replacing Numeric with NumPy in code might help you. – Abhishek Jan 04 '14 at 21:22
1 Answers
2
What in PyGame makes you think you need Numeric? Even on their web site it says that Numeric is dead and it's best to use NumPy.

Peter Wang
- 1,640
- 10
- 14