This module covers how to organize code into reusable modules and packages, work with the Python Standard Library, and manage external packages.
| File | Topic | Description |
|---|---|---|
| importing.py | Import System | Import statements and module loading |
| creating_modules.py | Creating Modules | Creating your own modules |
| standard_library.py | Standard Library | Essential standard library modules |
3-4 hours for complete understanding
After completing this module, proceed to 06-oop to learn about Object-Oriented Programming.