Skip to main content Brad's PyNotes

Posts on Interpreter

  1. Sys Module: System-Specific Parameters and Functions

    TL;DR

    The sys module provides access to interpreter variables like sys.argv (command-line arguments), sys.path (module search paths), sys.version, sys.exit(), and functions for interacting with the Python runtime environment.