where are python modules located? code example
Example 1: how to find where python modules are installed
# this will show where numpy is installed
pip show numpy
Example 2: modules in python
import pandas as pd:
# this will show where numpy is installed
pip show numpy
import pandas as pd: