Skip to main content
< All Topics

Python Module

Modules

  1.  Is a ready template written by somebody. It can be imported and used in our programs.
  2. Types of modules
    1. Build in modules (preinstalled in Python)
    2. External modules (need to install using PIP)

Python Console → When we run python command in the terminal it open REPL – Read Evaluate Print Loop.

Contents
Scroll to Top