Seaborn: statistical data visualization, Michael Waskom, Ongoing - The primary resource for learning and using Seaborn, covering its API and various plot types introduced in this section.
Matplotlib Documentation, John Hunter, The Matplotlib development team, Ongoing - Essential for understanding the underlying plotting library upon which Seaborn is built.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A practical guide that extensively covers data manipulation with Pandas and data visualization with Matplotlib and Seaborn.
Fundamentals of Data Visualization, Claus O. Wilke, 2019 (O'Reilly Media) - Provides general principles for creating effective and informative data visualizations, which complements the technical how-to.