Modules & Packages
Import styles; standard-library tour; `dir()` / `help()` preview; packages overview.
Lesson 38 · Modules & Packages — Level II · Guide
February 25, 2027 · Bridge Academy Python Program
Learning goals
- Import modules in several styles. - Use tools from math, random, datetime, os, and sys. - Preview dir() and help(). - Understand what modules and packages are for.
Students finish this batch by learning how Python organizes code into reusable modules and packages. The lesson focuses on the standard library and import syntax they will keep using later.
Preview truncated — download the notebook to see the full lesson.