This module covers how to organize code into reusable modules and packages, work with the Python Standard Library, and manage external packages.
- Create and import modules
- Understand Python's import system
- Work with the Python Standard Library
- Create packages
- Manage dependencies with pip and virtual environments
| 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
- Completion of Modules 01-04
- Understanding of functions and classes
After completing this module, proceed to 06-oop to learn about Object-Oriented Programming.