Here we demo how to create python modules and packages using Python.
While developing python application we may have split our code in to multiple files and folders.
A single python file is called as module. A module may contain variables/ functions/ classes.
A folder containing multiple python modules is called as python package. A package contains a python file __init__.py.
If a module need to access a variable / function / class defifed in another module then we have to import that using "import" keyword
En esta página del sitio puede ver el video en línea Working with modules and packages in python de Duración hora minuto segunda en buena calidad , que subió el usuario coderZworld 04 abril 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 67 veces y le gustó 7 a los espectadores. Disfruta viendo!