if you are using jupyter or ipython notebook ,then adding "?" would bring dogstring for the code. this is helpful if you want to see help of specific function.example pandas.read_csv?.
by pressing "Tab" you can see what you need to enter as parameters, although it would not give what a function does, but provide way to enter the input parameters.