Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A practical guide to data analysis in Python, demonstrating the computation and interpretation of skewness and kurtosis as part of exploratory data analysis (EDA).
SciPy Reference Guide: Statistical Functions (scipy.stats), SciPy Developers, 2024 - Official documentation detailing the functions for calculating descriptive statistics like skewness and kurtosis in Python, including their mathematical definitions.