NumPy enables fast computation in Python, the underlying implementation is in C hence it's blazing fast. The Key feature of NumPy is the ndarray object. The data type should be homogenous, that is the array should contain elements of single data type.