Using Python Modules - English

12927 visits



Outline:

Python modules Run a Python script from command line How to import modules in python scripts? How to import required functions from a module? Usage of namespace Advantages of using import functions Using alias to the module Demonstration of import functions Run python scripts in ipython interpreter Python standard library of modules