Python logo

Table of Contents

  • os — Miscellaneous operating system interfaces
    • File Names, Command Line Arguments, and Environment Variables
    • Python UTF-8 Mode
    • Process Parameters
    • File Object Creation
    • File Descriptor Operations
      • Querying the size of a terminal
      • Inheritance of File Descriptors
    • Files and Directories
      • Timer File Descriptors
      • Linux extended attributes
    • Process Management
    • Interface to the scheduler
    • Miscellaneous System Information
    • Random numbers

Previous topic

Generic Operating System Services

Next topic

io — Core tools for working with streams