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.