Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Spyder Intro

  • iPython console (bottom right)
  • Spyder-Py2 / Preferences / Console / Advanced Settings
  • Save the file (Ctrl-S / Command-S)
  • Run/Run (F5)
  • F9 - execute selected text (e.g. we can eecute a function definition after we've changed it)
  • TAB for autocomple names of already existing variables.
print("abc")
"abc".          shows the available methods.
"abc".center    Command-I will explain what is "center"