How to import numpy in python

import numpy as np
That’s it!
How to import pandas in python

import pandas as pd
That’s it!
How to import module in python

ex1) Basic usage
import osex2) import as an another name
import pandas as pdex3) import specific module