pythonreference.com
search statements, functions, methods, exceptions*
show categories
import as
import a module under a different name
import pandas as pd
df = pd.read_csv('a.csv')