Advantages of Modules
Get familiar with the advantages of the modules.
We'll cover the following...
Here are the advantages of modules in a concise form:
- Modules are imported only once and are literally for free.
- It makes no difference in which order you import a module.
- Duplicate symbols with modules are very unlikely.
- Modules enable you to express the logical structure of your code.