Day 1
Day 1
Day 1
DAY 1
Master Class Tamil series
Introduction of
Python
• Python is powerful and fast;
• runs everywhere;
• is Open.
Introduction
Python is :
1. High-level programming language.
2. Fast to learn and fast to develop application.
3. Available for many platforms.
4. Implement complex logic with very few lines of code.
What is python
• Python is an interpreted
• Interactive
• High level
• Object oriented programming language
Two kind of program processes:
• Interpreters
• Compilers
INTERPRETER
Input It takes a single line of code or
instruction at a time.
Output It does not produce any intermediate
object code.
Working mechanism Compilation and execution take place
simultaneously.
Speed Slower