Training On Python
Lecture - 1
,Introduction To Python
• Python is powerful and general purpose programming language, developed by the Guido Van R
(1989).
• Guido Van Rossum developed python language at mathematical research institute called ‘CWI
• CWI is located at Netherland.
• Guido developed python language by taking the different language features like:-
Procedure oriented programming language--C
Object oriented programming language--C++, Java
Scripting language-- Shell script, perl.
Modular programming language--Modula – 3
Note:- Guido Van Rossum made available python language to the public in 1991.
,Applications Developed By Using Python
Web Development.
Machine Learning & Artificial Intelligence.
Data Science & Data Visualization
Desktop GUI
Game Development
Web Scrapping Applications
Business Applications
Embedded Applications
IOT (Internet Of Things)
, Difference Between Programming And Scripting Languages
Scripting Language Programming Language
Scripting language are interpreter based languages. Programming language are compiler based
languages.
Scripting language programs (or) applications It requires explicit compilation.
explicit compilation is not required.
Scripting language programs (or) applications Programming language programs (or) appli
directly we can run. we can’t run without compilation.
Scripting language programs (or) applications take Programming language programs (or) appli
larger time to execute. take less time to execute.
Ex. Shell script, perl… Ex. C, C++, Java,…..
Lecture - 1
,Introduction To Python
• Python is powerful and general purpose programming language, developed by the Guido Van R
(1989).
• Guido Van Rossum developed python language at mathematical research institute called ‘CWI
• CWI is located at Netherland.
• Guido developed python language by taking the different language features like:-
Procedure oriented programming language--C
Object oriented programming language--C++, Java
Scripting language-- Shell script, perl.
Modular programming language--Modula – 3
Note:- Guido Van Rossum made available python language to the public in 1991.
,Applications Developed By Using Python
Web Development.
Machine Learning & Artificial Intelligence.
Data Science & Data Visualization
Desktop GUI
Game Development
Web Scrapping Applications
Business Applications
Embedded Applications
IOT (Internet Of Things)
, Difference Between Programming And Scripting Languages
Scripting Language Programming Language
Scripting language are interpreter based languages. Programming language are compiler based
languages.
Scripting language programs (or) applications It requires explicit compilation.
explicit compilation is not required.
Scripting language programs (or) applications Programming language programs (or) appli
directly we can run. we can’t run without compilation.
Scripting language programs (or) applications take Programming language programs (or) appli
larger time to execute. take less time to execute.
Ex. Shell script, perl… Ex. C, C++, Java,…..