CH - 10 Libraries-and-modules

How to use standard libraries, create modules, and manage packages

One of Python's strengths is its extensive collection of libraries and modules. These are prewritten pieces of code that you can import into your programs to save time and effort.