Python Packages
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.