|
26 | 26 |
|
27 | 27 | **Travis Oliphant** created NumPy package in 2005 by injecting the features of the ancestor module Numeric into another module Numarray.
|
28 | 28 |
|
29 |
| -It is an extension module of Python which is mostly written inC. It provides various functions which are capable of performing the numeric computations with a high speed. |
| 29 | +It is an extension module of Python which is mostly written in"C". It provides various functions which are capable of performing the numeric computations with a high speed. |
30 | 30 |
|
31 | 31 | NumPy provides various powerful data structures, implementing multi-dimensional arrays and matrices. These data structures are used for the optimal computations regarding arrays and matrices.
|
32 | 32 |
|
|