You can find the NumPy path with the following code. If you want to learn Python then I will highly recommend you to read This Book.
NumPy Path
You can easily find the NumPy path with the help of the np.__path__.
import numpy as np print(np.__path__)
People are also reading:
What is Computer Vision? Examples, Applications, Techniques
Top 10 Computer Vision Books with Python
Books for Machine Learning (ML)