❮ pydoc
❯
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"