Python help

In the words of Thor, “Get help.”

print(help(<thing you need help with>))

For a specific method:

print(help(<thing you need help with>.<method>))