Embed presentation
Downloaded 25 times








While Python's standard library provides many features, it does not include everything. Developers can write their own packages or use third-party packages from others. The Python Package Index (PyPI) lists available third-party packages that can be installed using the pip tool. Pip allows installation of third-party packages with a simple command to add them to the library.






