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.
Deze oefening maakt deel uit van de cursus
Intermediate Python for Developers
Praktische interactieve oefening
Zet theorie om in actie met een van onze interactieve oefeningen.
Begin met trainen