Introduction
Importing packages lets you use code others wrote so you don't have to start from scratch.
When you want to use functions to work with strings or numbers.
When you need to read or write files on your computer.
When you want to create a web server or handle internet requests.
When you want to organize your own code into smaller parts.
When you want to use tools for formatting or printing output.