Python Packages
Python packages are essentially folders that contain many Python modules. As such, packages help us to import modules from different folders.
Here are some packages provided by Python:
NumPy, SciPy, Pandas, Seaborn, sklearn, Matplotlib, etc.
We will learn more about these Python packages in later chapters.