The Python Standard Library: Modules, Python Software Foundation, 2024 (Python Software Foundation) - Explains how modules operate in Python, including the import statement and aliasing.
Matplotlib: Pyplot tutorial, Matplotlib Development Team, 2024 - Introduces the pyplot module, its common plt alias, and fundamental plotting techniques.
Seaborn: User guide and tutorial, Michael Waskom and the Seaborn development team, 2024 - Presents an overview of Seaborn, its features, and standard import practices for data visualization.
Pandas: 10 minutes to Pandas, The Pandas Development Team, 2024 - Shows core Pandas capabilities, including typical import with pd alias and DataFrame creation.