Introduction to Modules and Libraries
Learn to use built-in modules to extend Python’s power.
We'll cover the following...
We'll cover the following...
Python is powerful because of its syntax and amazing libraries—prebuilt collections of code that do awesome things, so you don’t have to start from scratch.
In this lesson, we’ll explore how to use these libraries (also called modules) to supercharge your code. ...