Python logo

Table of Contents

  • 2. Using the Python Interpreter
    • 2.1. Invoking the Interpreter
      • 2.1.1. Argument Passing
      • 2.1.2. Interactive Mode
    • 2.2. The Interpreter and Its Environment
      • 2.2.1. Source Code Encoding

Previous topic

1. Whetting Your Appetite

Next topic

3. An Informal Introduction to Python