A Way For Learning

Introduction to Python

No comments
Introduction to Python:

  • Python is a High Level Programming Language
  • Python Language uses an Interpretor,Which is a program that both translates and executes the instructions in a high-level language program.
  • Python interpreter has two modes:

    • Interactive Mode: the interpreter waits for  you to type Python statements on the  keyboard
    • Script Mode:  the interpreter reads the contents of a file that contains Python statements. 

No comments :

Post a Comment