SlideShare a Scribd company logo
Python | What is Python | History of Python | Python Tutorial
The term "scripting" is also used loosely or weakly typed or light weight programming
to refer to dynamic high-level general-purpose languages. Scripting languages are
becoming more popular due to the emergence of web-based applications.
Script languages are two main types:
 1. Executing commands in batch mode
Example: .bat (MSDOS) .sh(Shell-UNIX)
 2. Designed for text processing and report generation
Example: sed, awk(Aho, Weinberger, and Kernighan)
Client-side scripting languages affecting the data that the end user sees in a
browser window. Server-side scripting languages are manipulate the data,
usually in a database, on the server. Scripts are Glue code, also called binding
code, is custom-written programming that connects incompatible software
components.
Scripting Languages are Classified into the following two types:
1. Client Side Scripting Languages
2. Server Side Scripting Languages
CLIENT SIDE SCRIPTING LANGUAGES
The script which is running within the browser is called as client side scripting.
 Live Script
 JavaScript
 jQuery etc.
 Type Script
 Action Script
 VBScript
 HTML (Structure)
 CSS (Designing)
 AJAX
Server Side Scripts
The Script which is running within the web server is called as
server side scripting.
 Python ==>SimpleHTTPServer
 ASP ==>IIS (Internet Information Services)
 JSP ==>Tomcat/Sun Java System Web Server
 PHP ==>Apache
 CGI ==> Common Gateway Interface
 Server-side JavaScript (SSJS) Example. node.js
 PERL Practical Extraction and Reporting Language
 R Programming Language
Characteristics of Interpreted Languages
 1 Interpreted languages is that they require no compilation.
 2 Makes them easy to learn and use
 3 Assumes minimum programming knowledge or experience
 4 Allows complex tasks to be performed in relatively few steps
Characteristics of Compiled Languages
 1 Programming language whose implementations are typically compilers
 2 Intermediate code generation
 3 Code optimisation
 4 Machine code generation
Scripting Languages:
 1. Interpreted based (Read Line by Line)
 2. Implicit Declaration of data types
 3. Limited Support for Application Development
 4. Limited Support for Graphics Design or Game(s) Development
 5. Easily Integrated with other Technologies
Programming Languages:
 1. Compiler based
 2. Explicit Declaration of data types
 3. Rich Support for Application Development
 4. Rich Support for Graphics Design or Game(s) Development
 5. Difficult to Inegrate with Other Technologies
Python | What is Python | History of Python | Python Tutorial
IMPERATIVE PARADIGM
 That uses statements that change a program's state. It consists of commands for the
computer to perform. Paradigm means Model or Pattern
Procedural Programming Paradigm
 It is based on the concept of using procedures. Procedure (sometimes also called
subprogram, routine or method) is a sequence of commands to be executed.
Example: C, Pascal
Object-oriented Programming Paradigm
 It is a programming paradigm based on the concept of "objects", which may contain
data, in the form of fields, often known as attributes.
Example: C++, Simula (Simulation Programming Language), JAVA
Mutable:
 A mutable object is any object which can be modified after it’s created.
Immutable:
 An immutable object is an object that can’t be modified after it’s created.
 A style of building the structure and elements of computer programs,
that expresses the logic of a computation without describing its control
flow.
Functional Programming Paradigm
 It is the process of building software by composing pure functions,
avoiding shared state, mutable data, and side-effects.
Example: LISP (List Processing)
Logical Programming Paradigm:
 Logic programming is a type of programming paradigm which is largely
based on formal logic.
Example: PROLOG (Programming in Logic)
 Python is an easy to learn, powerful programming language. The application
development process much faster and easier. Python is available under the
license GNU General Public License (GPL) or Free Software Foundation
(FSF).
OR
 Python is a multi-paradigm Programming language invented by Guido Van
Rossum.
 Multi-paradigm==> "paradigm" refers to object-oriented, procedural,
functional, logical, etc.
Python | What is Python | History of Python | Python Tutorial
1. Invented in the Netherlands in early 1990s by Guido Van Rossum at
CWI (Centrum Wiskunde & Informatica) now at Google.
2. Python was named for the BBC TV show "Monty Python's Flying
Circus".
3. Open source and interpreted language.
4. Considered a scripting language, but is much more than that
5. Scalable, object oriented and functional.
6. Used by Google and Microsoft, increasingly popular.
7. Python job trends from indeed.com shows remarkable increase
8. Python is at the top of the list among the top-Java, JavaScript and
PHP
Software Quality
 Python focuses on readability, coherence, and software quality in general which sets it
apart from other languages in the scripting world.
Developer Productivity
 Python code is typically one-third to one-fifth the size of equivalent C++ or Java code.
That means there is less to type, less to debug, and less to maintain.
Program Portability
 Python programs run unchanged on all major computer platforms. For Example:
Windows, Linux, MAC OS etc.
Support Libraries
 Python comes with a large collection of prebuilt and portable functionality, known as
the Standard Library
Component Integration
 Python scripts can easily communicate with other parts of an application, using a
variety of integration mechanisms.
Enjoyment
 Because of Python’s ease of use and built-in toolset, it makes the programming more pleasurable.
 1 Easy to Learn and use
 2 Expressive Language
 3 Interpreted Language
 4 Cross-platform language (Mac OS X, Windows, Linux, and Unix)
 5 Free to Install and Open Source
 6 Object-Oriented language
 7 Extensible, Awesome online community
 8 Large Standard Library
 9 GUI Programming
 10 Python is easy to integrate with other language like C, C++ and
JAVA etc
 It is an interpreted language
 Might take up more CPU time.
 It's near impossible to build a high-graphic 3D game using
Python.
 Not Fully Object Oriented Scripting
1) General-purpose programming
2) Automatic memory management
3) It has a large and comprehensive standard library
4) Python is a strong high level language
5) Python is interpreted
6) Python is reflective (ability of a program to examine the type or
properties of an object at runtime.)
7) It is a dynamical type
8) It is an open source
9) Automatic garbage collection.
10) It is a multi paradigm
There are a many version of python started from 1994 to current date.
Python Version Released Date
 Python 1.0 January 1994
 Python 2.0 16 October 2000
 Python 2.7 3 July 2010 (Major Version)
 Python 3.0("Py-3000“/"Py3K) 3 December 2008 (Successful version)
 Python 3.3 29 September 2012
 Python 3.6 December 23, 2016
import sys
 print (sys.version)
import platform
 platform.python_version()
 1. YouTube
 2. Google
 3. DropBox
 4. RospBerryPI
 5. BitTorrent
 6. NASA
 7. NSA
 8. NETFLIX
 9. Yahoo
 10. Honeywell , HP , Philips and United Space Alliance
Python | What is Python | History of Python | Python Tutorial
 Web Development: Django, Pyramid, Bottle, Tornado, Flask, web2py
 GUI Development: tkInter, PyGObject, PyQt, PySide, Kivy, wxPython
 Scientific and Numeric: SciPy, Pandas, Ipython
 Software Development: Buildbot, Trac, Roundup
 System Administration: Ansible, Salt, OpenStack
DEFINE PSF
 It (PSF-2001) is an organization devoted to advancing open source technology
related to the Python programming language. (PEPs ==> Python Enhancement
Proposals
 Python Software Foundation
 PyPI ==> Python Package Index
Your C/C++
Traditional Uses of Python
Program
Script.py
Artificial
Intelligence
System
Utilities
Cpython
Interpreter
GUIs(Tkinter, gtk,
Windows)
Internet
Scripting
Embedded
Scripting
Database
Programming
Image
Processing
Python | What is Python | History of Python | Python Tutorial
There are at least five implementations of the Python language
CPython
 CPython is the original Python implementation. It is the implementation you download
from Python.org
Jython
 Jython is an implementation of the Python programming language designed to run on
the Java platform
IronPython
 It is an open-source implementation of the Python programming language which is
tightly integrated with the .NET Framework
Stackless
 Stackless Python, or Stackless, is a Python programming language interpreter. Written
in C, Python
PyPy
 PyPy is an alternate implementation of the Python programming language written in
Python. Interpreter is written in RPython. are at least five implementations of the
Python language
 1. Keywords are the reserved words
 2. We can not use a keyword as variable name, function name or
any other Indentifier
 3. They are used to define the syntax and structure of the Python
Language
 4. In Python keywords are case sensitive
 5. There are 33 keywords in Python 3.3. version
 6. This number can vary slightly in course of time
 7. All the keywords except True, False, and None are in lower
case.
 >>> import keyword
 >>>print(keyword.kwlist)
Python | What is Python | History of Python | Python Tutorial
Python's popularity for data science is largely due to the strength of
its core libraries
 NumPy NumPy is the fundamental package for scientific computing
with Python
 SciPy  SciPy contains modules for optimization, linear algebra,
integration, interpolation, special functions
 Pandas  BSD-licensed library providing high-performance, easy-to-
use data structures and data analysis tools
 Matplotlib  Matplotlib is a Python 2D plotting library
 IPython  IPython is an interactive command-line terminal for Python
Popular maker architectures allow for interaction via Python:
 Arduino – Indirect via serial communication
 Raspberry Pi – Directly via Raspbian Image
 Intel Edison/Galileo – Directly
 Multiple GPIO libraries are available for each maker platform.
Communicating with IoT devices is commonly done using three
protocols:
 TCP/IP
 Bluetooth – Standard or Low Energy (BLE)
 Near Field Communication (NFC)
NOTE: Python has libraries for all
Python | What is Python | History of Python | Python Tutorial
Python | What is Python | History of Python | Python Tutorial
Python | What is Python | History of Python | Python Tutorial
 Python’s traditional runtime execution model: source code you type is translated to
byte code, which is then run by the Python Virtual Machine. Your code is
automatically compiled, but then it is interpreted.
Source code extension is .py
Byte code extension is .pyc (compiled python code)
THANK YOU
www.QATRAININGHUB.com
Leader’s in Online Training
Best IT Software Training
Institute

More Related Content

What's hot (20)

PDF
Python libraries
Prof. Dr. K. Adisesha
 
PPTX
Python - An Introduction
Swarit Wadhe
 
PDF
Python Basics | Python Tutorial | Edureka
Edureka!
 
PDF
Python Course | Python Programming | Python Tutorial | Python Training | Edureka
Edureka!
 
PPTX
Introduction to the basics of Python programming (part 1)
Pedro Rodrigues
 
PDF
Python - the basics
University of Technology
 
PPT
Introduction to Python
Nowell Strite
 
PPTX
Python 3 Programming Language
Tahani Al-Manie
 
ODP
Python Modules
Nitin Reddy Katkam
 
PDF
Introduction To Python | Edureka
Edureka!
 
PDF
Python course syllabus
Sugantha T
 
PPTX
Beginning Python Programming
St. Petersburg College
 
PPSX
Programming with Python
Rasan Samarasinghe
 
PDF
Python basic
Saifuddin Kaijar
 
PDF
Introduction To Python
Vanessa Rene
 
PPTX
Web development with Python
Raman Balyan
 
PPTX
Python
Aashish Jain
 
PDF
Python final ppt
Ripal Ranpara
 
PPSX
Modules and packages in python
TMARAGATHAM
 
PDF
Introduction to python
Agung Wahyudi
 
Python libraries
Prof. Dr. K. Adisesha
 
Python - An Introduction
Swarit Wadhe
 
Python Basics | Python Tutorial | Edureka
Edureka!
 
Python Course | Python Programming | Python Tutorial | Python Training | Edureka
Edureka!
 
Introduction to the basics of Python programming (part 1)
Pedro Rodrigues
 
Python - the basics
University of Technology
 
Introduction to Python
Nowell Strite
 
Python 3 Programming Language
Tahani Al-Manie
 
Python Modules
Nitin Reddy Katkam
 
Introduction To Python | Edureka
Edureka!
 
Python course syllabus
Sugantha T
 
Beginning Python Programming
St. Petersburg College
 
Programming with Python
Rasan Samarasinghe
 
Python basic
Saifuddin Kaijar
 
Introduction To Python
Vanessa Rene
 
Web development with Python
Raman Balyan
 
Python
Aashish Jain
 
Python final ppt
Ripal Ranpara
 
Modules and packages in python
TMARAGATHAM
 
Introduction to python
Agung Wahyudi
 

Similar to Python | What is Python | History of Python | Python Tutorial (20)

PPTX
Python basic
radhikaadroja
 
PPTX
Python
onlinetraining3
 
PDF
Python quick guide1
Kanchilug
 
DOCX
Python Applications by The Knowledge Academy.docx
AbhinavSharma309481
 
PDF
session5-Getting stated with Python.pdf
AyushDutta32
 
PPTX
Python Online From EasyLearning Guru
KCC Software Ltd. & Easylearning.guru
 
PPTX
introduction to python in computer graphics.pptx
urvashipundir04
 
PPTX
INTRODUCTION-TO-PYTHON
RuchiNagar3
 
PPTX
Introduction to python
AnirudhaGaikwad4
 
PPTX
introduction to Python (for beginners)
guobichrng
 
PPT
Python Programming Unit1_Aditya College of Engg & Tech
Ramanamurthy Banda
 
PPTX
637b4894085c4_ppt.pptx
Arjun123Bagri
 
PPTX
python programminig and introduction.pptx
urvashipundir04
 
PDF
Introduction to Python
DrMohammed Qassim
 
PPTX
Introduction to Python.pptx
SamyakJain461
 
PDF
Research paper on python by Rj
Shree M.L.Kakadiya MCA mahila college, Amreli
 
PPTX
Final presentation on python
RaginiJain21
 
PPTX
Python Class 1
arijit banerjee
 
PDF
Python develoopment company for custom applications development with a wealth...
Flexsin
 
PPTX
Programming in python in detail concept .pptx
Kavitha713564
 
Python basic
radhikaadroja
 
Python quick guide1
Kanchilug
 
Python Applications by The Knowledge Academy.docx
AbhinavSharma309481
 
session5-Getting stated with Python.pdf
AyushDutta32
 
Python Online From EasyLearning Guru
KCC Software Ltd. & Easylearning.guru
 
introduction to python in computer graphics.pptx
urvashipundir04
 
INTRODUCTION-TO-PYTHON
RuchiNagar3
 
Introduction to python
AnirudhaGaikwad4
 
introduction to Python (for beginners)
guobichrng
 
Python Programming Unit1_Aditya College of Engg & Tech
Ramanamurthy Banda
 
637b4894085c4_ppt.pptx
Arjun123Bagri
 
python programminig and introduction.pptx
urvashipundir04
 
Introduction to Python
DrMohammed Qassim
 
Introduction to Python.pptx
SamyakJain461
 
Research paper on python by Rj
Shree M.L.Kakadiya MCA mahila college, Amreli
 
Final presentation on python
RaginiJain21
 
Python Class 1
arijit banerjee
 
Python develoopment company for custom applications development with a wealth...
Flexsin
 
Programming in python in detail concept .pptx
Kavitha713564
 
Ad

More from QA TrainingHub (7)

PPTX
Best Python Online Training with Live Project by Expert
QA TrainingHub
 
PPT
Microsoft sql-server-2016 Tutorial & Overview
QA TrainingHub
 
PPT
Bootstrap training basics tutorial | Bootstrap Essentials
QA TrainingHub
 
PPT
Css training tutorial css3 & css4 essentials
QA TrainingHub
 
PPT
Unix Tutorial & overview
QA TrainingHub
 
PPT
Java script Tutorial - QaTrainingHub
QA TrainingHub
 
PPT
QA Online Training in Hyderabad - 040 65862627, +91 8977262627
QA TrainingHub
 
Best Python Online Training with Live Project by Expert
QA TrainingHub
 
Microsoft sql-server-2016 Tutorial & Overview
QA TrainingHub
 
Bootstrap training basics tutorial | Bootstrap Essentials
QA TrainingHub
 
Css training tutorial css3 & css4 essentials
QA TrainingHub
 
Unix Tutorial & overview
QA TrainingHub
 
Java script Tutorial - QaTrainingHub
QA TrainingHub
 
QA Online Training in Hyderabad - 040 65862627, +91 8977262627
QA TrainingHub
 
Ad

Recently uploaded (20)

PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PPTX
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
PDF
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PPTX
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
PDF
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
PDF
SIZING YOUR AIR CONDITIONER---A PRACTICAL GUIDE.pdf
Muhammad Rizwan Akram
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PPT
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
PPTX
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
PDF
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
PDF
How do you fast track Agentic automation use cases discovery?
DianaGray10
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
PDF
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
SIZING YOUR AIR CONDITIONER---A PRACTICAL GUIDE.pdf
Muhammad Rizwan Akram
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
How do you fast track Agentic automation use cases discovery?
DianaGray10
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 

Python | What is Python | History of Python | Python Tutorial

  • 2. The term "scripting" is also used loosely or weakly typed or light weight programming to refer to dynamic high-level general-purpose languages. Scripting languages are becoming more popular due to the emergence of web-based applications. Script languages are two main types:  1. Executing commands in batch mode Example: .bat (MSDOS) .sh(Shell-UNIX)  2. Designed for text processing and report generation Example: sed, awk(Aho, Weinberger, and Kernighan) Client-side scripting languages affecting the data that the end user sees in a browser window. Server-side scripting languages are manipulate the data, usually in a database, on the server. Scripts are Glue code, also called binding code, is custom-written programming that connects incompatible software components.
  • 3. Scripting Languages are Classified into the following two types: 1. Client Side Scripting Languages 2. Server Side Scripting Languages CLIENT SIDE SCRIPTING LANGUAGES The script which is running within the browser is called as client side scripting.  Live Script  JavaScript  jQuery etc.  Type Script  Action Script  VBScript  HTML (Structure)  CSS (Designing)  AJAX
  • 4. Server Side Scripts The Script which is running within the web server is called as server side scripting.  Python ==>SimpleHTTPServer  ASP ==>IIS (Internet Information Services)  JSP ==>Tomcat/Sun Java System Web Server  PHP ==>Apache  CGI ==> Common Gateway Interface  Server-side JavaScript (SSJS) Example. node.js  PERL Practical Extraction and Reporting Language  R Programming Language
  • 5. Characteristics of Interpreted Languages  1 Interpreted languages is that they require no compilation.  2 Makes them easy to learn and use  3 Assumes minimum programming knowledge or experience  4 Allows complex tasks to be performed in relatively few steps Characteristics of Compiled Languages  1 Programming language whose implementations are typically compilers  2 Intermediate code generation  3 Code optimisation  4 Machine code generation
  • 6. Scripting Languages:  1. Interpreted based (Read Line by Line)  2. Implicit Declaration of data types  3. Limited Support for Application Development  4. Limited Support for Graphics Design or Game(s) Development  5. Easily Integrated with other Technologies Programming Languages:  1. Compiler based  2. Explicit Declaration of data types  3. Rich Support for Application Development  4. Rich Support for Graphics Design or Game(s) Development  5. Difficult to Inegrate with Other Technologies
  • 8. IMPERATIVE PARADIGM  That uses statements that change a program's state. It consists of commands for the computer to perform. Paradigm means Model or Pattern Procedural Programming Paradigm  It is based on the concept of using procedures. Procedure (sometimes also called subprogram, routine or method) is a sequence of commands to be executed. Example: C, Pascal Object-oriented Programming Paradigm  It is a programming paradigm based on the concept of "objects", which may contain data, in the form of fields, often known as attributes. Example: C++, Simula (Simulation Programming Language), JAVA Mutable:  A mutable object is any object which can be modified after it’s created. Immutable:  An immutable object is an object that can’t be modified after it’s created.
  • 9.  A style of building the structure and elements of computer programs, that expresses the logic of a computation without describing its control flow. Functional Programming Paradigm  It is the process of building software by composing pure functions, avoiding shared state, mutable data, and side-effects. Example: LISP (List Processing) Logical Programming Paradigm:  Logic programming is a type of programming paradigm which is largely based on formal logic. Example: PROLOG (Programming in Logic)
  • 10.  Python is an easy to learn, powerful programming language. The application development process much faster and easier. Python is available under the license GNU General Public License (GPL) or Free Software Foundation (FSF). OR  Python is a multi-paradigm Programming language invented by Guido Van Rossum.  Multi-paradigm==> "paradigm" refers to object-oriented, procedural, functional, logical, etc.
  • 12. 1. Invented in the Netherlands in early 1990s by Guido Van Rossum at CWI (Centrum Wiskunde & Informatica) now at Google. 2. Python was named for the BBC TV show "Monty Python's Flying Circus". 3. Open source and interpreted language. 4. Considered a scripting language, but is much more than that 5. Scalable, object oriented and functional. 6. Used by Google and Microsoft, increasingly popular. 7. Python job trends from indeed.com shows remarkable increase 8. Python is at the top of the list among the top-Java, JavaScript and PHP
  • 13. Software Quality  Python focuses on readability, coherence, and software quality in general which sets it apart from other languages in the scripting world. Developer Productivity  Python code is typically one-third to one-fifth the size of equivalent C++ or Java code. That means there is less to type, less to debug, and less to maintain. Program Portability  Python programs run unchanged on all major computer platforms. For Example: Windows, Linux, MAC OS etc. Support Libraries  Python comes with a large collection of prebuilt and portable functionality, known as the Standard Library Component Integration  Python scripts can easily communicate with other parts of an application, using a variety of integration mechanisms. Enjoyment  Because of Python’s ease of use and built-in toolset, it makes the programming more pleasurable.
  • 14.  1 Easy to Learn and use  2 Expressive Language  3 Interpreted Language  4 Cross-platform language (Mac OS X, Windows, Linux, and Unix)  5 Free to Install and Open Source  6 Object-Oriented language  7 Extensible, Awesome online community  8 Large Standard Library  9 GUI Programming  10 Python is easy to integrate with other language like C, C++ and JAVA etc
  • 15.  It is an interpreted language  Might take up more CPU time.  It's near impossible to build a high-graphic 3D game using Python.  Not Fully Object Oriented Scripting
  • 16. 1) General-purpose programming 2) Automatic memory management 3) It has a large and comprehensive standard library 4) Python is a strong high level language 5) Python is interpreted 6) Python is reflective (ability of a program to examine the type or properties of an object at runtime.) 7) It is a dynamical type 8) It is an open source 9) Automatic garbage collection. 10) It is a multi paradigm
  • 17. There are a many version of python started from 1994 to current date. Python Version Released Date  Python 1.0 January 1994  Python 2.0 16 October 2000  Python 2.7 3 July 2010 (Major Version)  Python 3.0("Py-3000“/"Py3K) 3 December 2008 (Successful version)  Python 3.3 29 September 2012  Python 3.6 December 23, 2016 import sys  print (sys.version) import platform  platform.python_version()
  • 18.  1. YouTube  2. Google  3. DropBox  4. RospBerryPI  5. BitTorrent  6. NASA  7. NSA  8. NETFLIX  9. Yahoo  10. Honeywell , HP , Philips and United Space Alliance
  • 20.  Web Development: Django, Pyramid, Bottle, Tornado, Flask, web2py  GUI Development: tkInter, PyGObject, PyQt, PySide, Kivy, wxPython  Scientific and Numeric: SciPy, Pandas, Ipython  Software Development: Buildbot, Trac, Roundup  System Administration: Ansible, Salt, OpenStack DEFINE PSF  It (PSF-2001) is an organization devoted to advancing open source technology related to the Python programming language. (PEPs ==> Python Enhancement Proposals  Python Software Foundation  PyPI ==> Python Package Index
  • 21. Your C/C++ Traditional Uses of Python Program Script.py Artificial Intelligence System Utilities Cpython Interpreter GUIs(Tkinter, gtk, Windows) Internet Scripting Embedded Scripting Database Programming Image Processing
  • 23. There are at least five implementations of the Python language CPython  CPython is the original Python implementation. It is the implementation you download from Python.org Jython  Jython is an implementation of the Python programming language designed to run on the Java platform IronPython  It is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework Stackless  Stackless Python, or Stackless, is a Python programming language interpreter. Written in C, Python PyPy  PyPy is an alternate implementation of the Python programming language written in Python. Interpreter is written in RPython. are at least five implementations of the Python language
  • 24.  1. Keywords are the reserved words  2. We can not use a keyword as variable name, function name or any other Indentifier  3. They are used to define the syntax and structure of the Python Language  4. In Python keywords are case sensitive  5. There are 33 keywords in Python 3.3. version  6. This number can vary slightly in course of time  7. All the keywords except True, False, and None are in lower case.  >>> import keyword  >>>print(keyword.kwlist)
  • 26. Python's popularity for data science is largely due to the strength of its core libraries  NumPy NumPy is the fundamental package for scientific computing with Python  SciPy  SciPy contains modules for optimization, linear algebra, integration, interpolation, special functions  Pandas  BSD-licensed library providing high-performance, easy-to- use data structures and data analysis tools  Matplotlib  Matplotlib is a Python 2D plotting library  IPython  IPython is an interactive command-line terminal for Python
  • 27. Popular maker architectures allow for interaction via Python:  Arduino – Indirect via serial communication  Raspberry Pi – Directly via Raspbian Image  Intel Edison/Galileo – Directly  Multiple GPIO libraries are available for each maker platform. Communicating with IoT devices is commonly done using three protocols:  TCP/IP  Bluetooth – Standard or Low Energy (BLE)  Near Field Communication (NFC) NOTE: Python has libraries for all
  • 31.  Python’s traditional runtime execution model: source code you type is translated to byte code, which is then run by the Python Virtual Machine. Your code is automatically compiled, but then it is interpreted. Source code extension is .py Byte code extension is .pyc (compiled python code)
  • 32. THANK YOU www.QATRAININGHUB.com Leader’s in Online Training Best IT Software Training Institute