Introductiontopython 140705013157 Phpapp02
Introductiontopython 140705013157 Phpapp02
Introductiontopython 140705013157 Phpapp02
Agenda
What is Python…?
Differences between program and scripting language
History of Python
Scope of Python
Why do people use Python?
Installing Python IDE
Who uses python today
What can I do with python
A Sample Code
Python code execution
Running Python
What is Python…?
Python is a general purposeprogramming language that
is often applied in scripting roles.
So, Python is programming language as well as scripting
language.
Python is also called as Interpreted language
Differences between program and
scripting language
Program Scripting
a program is executed (i.e. a script is interpreted
the source is first compiled, A "script" is code written in
and the result of that a scripting language. A
compilation is expected) scripting language is
A "program" in general, is a nothing but a type of
sequence of instructions programming language in
written so that a computer which we can write code
can perform certain task. to control
another software
application.
History
Invented in the Netherlands, early 90s by Guido van Rossum
Python was conceived in the late 1980s and its
implementation was started in December 1989
Guido Van Rossum is fan of ‘Monty Python’s
Flying Circus’, this is a famous TV show in Netherlands
Named after Monty Python
Open sourced from the beginning
Python’s Benevolent Dictator For Life