Running and Quitting

Overview

Teaching: 15 min
Exercises: 0 min
Questions
  • How can I run Python programs?

Objectives
  • Use Anaconda to launch Spyder.

  • Understand the difference between a script and directly typed commands.

Python programs are plain text files.

Use Spyder for editing and running Python.

Screenshot of Spyder

Spyder has console and file based running.

Key Points

  • Python programs are plain text files.

  • Use Spyder for editing and running Python.

  • Spyder can edit Python script files and run them.

  • Spyder can be used to issue single commands to Python.