Introduction to python programming
Introduction to python programming
By,
Mrs.B.VIJAYALAKSHMI,
Assistant Professor,
Department Of Computer Science.
AGENDA
• What is python??
• Differences between program and scripting language
• History of python
• Features of python
• Who uses python today??
• Applications of python
• Installing of python
• Python IDE
WHAT IS PYTHON???
PROGRAM SCRIPTING
• A program is executed. • A script is interpreted.
• A sequence of instructions • A type of programming
written so that a computer can language in which we can write
perform certain task. code to control another
software applications.
HISTORY OF PYTHON