Vocational Training
Vocational Training
Vocational Training
SUJITH KUMAR
[email protected]
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 purpose programming 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 nothing
A "program" in general, is a but a type of programming
sequence of instructions language in which we can
written so that a computer write code to control
can perform certain task. 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