01 Python Introduction
01 Python Introduction
B.BHUVANESWARAN
ASSISTANT PROFESSOR / CSE
RAJALAKSHMI ENGINEERING COLLEGE
RAJALAKSHMI NAGAR
THANDALAM
CHENNAI 602 105
Objective
What is Python?
History of Python
Python features
What is Python?
Python is Interpreted
Python is Interactive
Python is Object-Oriented
Python is Beginner's Language
History of Python
Easy-to-learn
Easy-to-maintain
A broad standard library
Interactive Mode
Portable
Expandable
Databases
GUI Programming
Scalable
Available Online Interpreters
http://codepad.org/
http://www.pythontutor.com/visualize.html#mode=
edit
http://www.codeskulptor.org/
Command Line Interpreter
>> 2 + 2
4
>> 50 - 5*6
20
>>> (50 - 5*6) / 4.0
5.0
Examples...
>>> 8 / 5
# division always returns a floating point number
1.6
>>> width = 20
>>> height = 5 * 9
>>> width * height
900
Python on Desktop
https://store.enthought.com/downloads/
Queries?
Thanks...!