Python 2 - P4 - Module and Package PDF
Python 2 - P4 - Module and Package PDF
MODULES
Built-in User-defined
modules modules
BUILT-IN MODULES
BUILT-IN MODULES
EXAMPLE
USER-DEFINED MODULES
CREATE A NEW MODULE
A module can contain:
• Definitions and implementation of classes,
• Variables
• Functions that can be used inside another
program
USING THE CREATED MODULE
HOW TO USE PYTHON MODULES
FROM MODULE IMPORT
HOW TO USE PYTHON MODULES
IMPORT MODULE
RENAME A PYTHON MODULE
PACKAGE
Self study
HOMEWORK
pip list: list all the intalled modules inside the virtual env