Chapter 1 Python Introduction
Chapter 1 Python Introduction
U M
PYT HO N
FU N D A M EN TA LS
Learning Objectives
What is P ython ?
Why Python ?
Features of Python
Advantages and Disadvantages of Python
Download and Installation
process
P yth on
( A P o p u l ar P ro g ram m i n g
Lan g u ag e)
• No t a ve ry fa st la n g u a g e .
• No t easy to
• convert a python program in some
other language .
H O W TO
IN STA LL?
Python c a n b e d o w n l o a d e d f r o m
www.python.org
It is a va ila b le in tw o ve rsio n s -
P yth o n 2 x .
P yth o n 3 x .
W e w ill d o w n lo a d 3 9 1 h e re
. . .
O p e n w ww python org o n a n y
. .
b ro w se r .
How to
install
W h ere d o w e go
next ?
Double click on dow nloaded file and follow the
steps.
O P E N IN G TH E IDLE SH O W S TH E SCR E E N
B E LO W
THE INTERACTIVE A N D SCRIPT M O D E
Interactive M o d e a n d Script M o d e are the two ma in modes w h i c h are used
in P yth on P rogram m in g Lan guage .
I N T E R A C T I V E S C R I P T
called interactive .
1. 4525+3626
2. 23262-4435
3. 72*43
4. 3**5
5. 16/4
6. 16//4
7. 16%4
In the next class, we would discuss about simple operations in
Python.