Modules

 All of u might be aware about the header file that you may be including in a standard C or a C++ program.These header files contain the functions that we can use in our code.

Likewise in python there are modules or extensions.They also have the same functionality here.That is they contain functions which can be used in the python code.We use import modulename to import the module so that we can use its functions to code our applications.Below i have classified the examples according to the modules. 

Presently I have provided examples for the following modules:

More examples will be put up shortly...