Working with modules and packages in python

Published: 04 April 2020
on channel: coderZworld
67
7

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


On this page of the site you can watch the video online Working with modules and packages in python with a duration of hours minute second in good quality, which was uploaded by the user coderZworld 04 April 2020, share the link with friends and acquaintances, this video has already been watched 67 times on youtube and it was liked by 7 viewers. Enjoy your viewing!