Python Advanced
latest
  • Part 1: Getting Started with Python
  • Part 2: Talking the Talk.
    • chapter 5: Storing and Modifying Information
    • chapter 6: Managing Information
    • chapter 7: Making Decisions
    • chapter 8: Performing Repetitive Tasks
    • chapter 9: Dealing with Errors
  • Part 3: Performing Common Tasks
  • Part 4: Performing Advanced Tasks
  • Part 5: The Part of Tens
Python Advanced
  • Docs »
  • Part 2: Talking the Talk.
  • Edit on GitHub

Part 2: Talking the Talk.¶

  • chapter 5: Storing and Modifying Information
    • 5.1 Storing Information
      • 5.1.1 Linux
    • 5.2 Defining the Essential Python Data Types
    • 5.3 Working with Dates and Times
  • chapter 6: Managing Information
    • 6.1 Controlling How Python Views Data
      • 6.1.1 Linux
    • 6.2 Working with Operators
    • 6.3 Creating and Using Functions
    • 6.4 Getting User Input
  • chapter 7: Making Decisions
    • 7.1 Making Simple Decisions Using the if Statement
      • 7.1.1 Linux
    • 7.2 Choosing Alternatives Using the if...else Statement
    • 7.3 Using Nested Decision Statements
  • chapter 8: Performing Repetitive Tasks
    • 8.1 Processing Data Using the for Statement
      • 8.1.1 Linux
    • 8.2 Processing Data Using the while Statement
    • 8.3 Nesting Loop Statements
  • chapter 9: Dealing with Errors
    • 9.1 Knowing Why Python Doesn’t Understand You
      • 9.1.1 Linux
    • 9.2 Considering the Sources of Errors
    • 9.3 Catching Exceptions
    • 9.4 Raising Exceptions
    • 9.5 Creating and Using Custom Exceptions
    • 9.6 Using the finally Clause
Next Previous

© Copyright 2018, sean Revision 58393b86.

Built with Sphinx using a theme provided by Read the Docs.