Introduction to Module 4: Working with Python Libraries
Introduction
In this module, you will learn how to use an existing library in Python to create a customized program. Python libraries are a collection of code written and maintained by other developers that you can use to extend the capabilities of the language. Python libraries offer a vast array of tools and functions that can be used to solve complex problems without having to write your own code. In this module, you will learn how to identify and install the required libraries for a particular program. You will also learn how to use the existing library functions to create a customized program. By the end of this module, you will be able to use Python libraries to create a program that solves a specific problem.
What you’ll learn

Upon completion of this module, you will understand how to utilize various Python libraries.