Posts

Introduction of Python

Image
  Python is a friendly language to use and learn. Python is a dynamic, interpreted language. Python is High-level language. Python is Portable or run on Independent platforms, means that python programs can run on different kinds of computers with few or no modifications.  Computers can only execute programs written in low-level languages. So high-level language programs have to be processed before they can run. There are two type of programs process high-level languages into low-level language  Interpreter: Interpreter reads a high-level program and executes it. It translates         programs one statement at a time.       Compiler:  Compiler scans the entire program at once and translates it as a whole     into machine code.