Package or module
Packages and modules are both essential parts of Python's ecosystem, helping you avoid rewriting existing code.
The key difference: modules are built-in and only need importing, while packages must be installed before use.
Review the screenshot and identify the code line where we import a package.
This exercise is part of the course
Intermediate Python for Developers
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise