Skip to content

Latest commit

Β 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

README.md

Module 05: Modules and Packages

πŸ“‹ Overview

This module covers how to organize code into reusable modules and packages, work with the Python Standard Library, and manage external packages.

🎯 Learning Objectives

  • Create and import modules
  • Understand Python's import system
  • Work with the Python Standard Library
  • Create packages
  • Manage dependencies with pip and virtual environments

πŸ“‚ Module Contents

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

⏱️ Estimated Time

3-4 hours for complete understanding

βœ… Prerequisites

  • Completion of Modules 01-04
  • Understanding of functions and classes

πŸ”— Next Steps

After completing this module, proceed to 06-oop to learn about Object-Oriented Programming.