A few notes on shortcuts.
np.<TAB> will prompt an autocomplete
np.random.random(<SHIFT + TAB>) will prompt documentation to appear
?np.random.random will prompt documentation to appear as output
For documentation the contextual helper can make your life a whole lot easier too.