5. Data Structures, Python Software Foundation, 2023 - The official Python tutorial offers a comprehensive guide to Python's built-in data structures, including detailed explanations of list operations and methods.
Fluent Python, 2nd Edition: Clear, Concise, and Effective Programming, Luciano Ramalho, 2022 (O'Reilly Media) - Provides an in-depth examination of Python's data model and special methods, offering detailed insights into the behavior and performance implications of list operations.