Mapping Types - dict, Python Core Team, 2023 - Authoritative guide to Python's dictionary type, including all methods and behaviors.
Fluent Python: Clear, Concise, and Effective Programming, Luciano Ramalho, 2022 (O'Reilly Media) - Provides comprehensive coverage of Python dictionaries, including their implementation details and performance characteristics.
Introduction to Algorithms, Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein, 2022 (MIT Press) - A fundamental computer science text explaining the theory behind hash tables, which Python dictionaries are based on.