how to find where python modules are installed

C++
# this will show where numpy is installed
pip show numpy
Source

Also in C++: