#!/usr/bin/env python # coding: utf-8 # #FAQ # This Notebook will be updated with Frequently Asked Questions for the Course. # **How do you see the hints? How do you see the DocStrings for functions? etc...** # # You can use Shift+Tab when you cursor is placed after an object or function for iPython to reveal the Docstring or more information. # **How do you auto-complete?** # # Use tab to autocomplete methods,objects, or functions. If there is more than one option available, multiple options appear. # In[ ]: