SlideShare a Scribd company logo
1 of 15
What you will learn
What is Python…?
Differences between programming
and scripting language
Programming Paradigms
History of Python
Scope of Python
Why do people use Python?
Installing Python
What is Python…?
► Python is a general purpose, dynamic, high level and interpreted
programming language.
Python is easy to learn yet powerful and versatile scripting
language which makes it attractive for Application Development
Python supports multiple programming pattern, including object
oriented, imperative and functional or procedural programming
styles.
Python is not intended to work on special area such as Machine
learning ,Web programming. That is why it is known as
multipurpose because it can be used with web, enterprise,
Machine learning.
We don't need to use data types to declare variable because it is
dynamically typed so we can write x=30 to assign an integer value
in an integer variable.
Python makes the development and debugging fast because
there is no compilation step included in python development and
edit-test-debug cycle is very fast.
Differences between programming and
script Language.
► Programming language mostly use Compiler.
scripting Language is use Interpreter
Programming Paradigms.
► Object-oriented programming is a
programming approach that focuses on Object.
Procedure-oriented programming focuses on
procedural abstractions.
Difference between OOP and POP
► OOP follows a bottom-up approach.
Program is divided into objects depending on the problem.
Each object controls its own data.
Data hiding is possible in OOP.
► Inheritance is allowed in OOP.
Operator overloading is not allowed
POP follows a top-down approach.
Program is divided into small chunks based on the
functions.
Each function contains different data.
No easy way for data hiding.
No such concept of inheritance in POP.
Operator overloading is allowed.
History of Python
►
The implementation of Python was started in the December
1989 by Guido Van Rossum at CWI in Netherland.
Why was python created? "My original motivation for creating
Python was the perceived need for a higher level language in
the Amoeba [Operating Systems] project. I realized that the
development of system administration utilities in C was taking
too long. Moreover, doing these things in the Bourne shell
wouldn't work for a variety of reasons. ... So, there was a need
for a language that would bridge the gap between C and the
shell” - Guido Van Rossum
watch video: history of python
here:https://www.youtube.com/watch?v=Tm5u97I7OrM
versions of python
► Python Version/Released Date
Python 1.0 January 1994
Python 1.5 December 31, 1997
Python 1.6 September 5, 2000
Python 2.0 October 16, 2000
Python 2.1 April 17, 2001
Python 2.2 December 21, 2001
Python 2.3 July 29, 2003
Python 2.4 November 30, 2004
Python 2.5 September 19, 2006
Python 2.6 October 1, 2008
Python 2.7 July 3, 2010
Python 3.0 December 3, 2008
Python 3.1 June 27, 2009
Python 3.2 February 20, 2011
Python 3.3 September 29, 2012
Python 3.4 March 16, 2014
Python 3.5 September 13, 2015
Python 3.6 December 23, 2016
Python 3.7 June 27, 2018
Scope of Python
►1) Web Applications We can use Python to develop web
applications. It provides libraries to handle internet
protocols such as HTML and XML, JSON, Email processing,
request, beautifulSoup, Feedparser etc.
2) Desktop GUI Applications Python provides Tk GUI library
to develop user interface in python based application.
3) Software Development Python is helpful for software
development process. It works as a support language and
can be used for build control and management, testing
etc.
4) Scientific and Numeric Python is popular and widely
used in scientific and numeric computing. Some useful
library and package are SciPy, Pandas, IPython etc. SciPy
is group of packages of engineering, science and
mathematics.
Scope of Python
►5) Business Applications Python is used to build Business
applications like ERP and e-commerce systems.
6) Console Based Application We can use Python to
develop console based applications.
7) System Administrator Python is awesome to perform
multiple tasks ,using script it’s easy to perform multiple
tasks simultaneously.
8) 3D CAD Applications To create CAD application
Fandango is a real application which provides full features
of CAD.
9) Enterprise Applications Python can be used to create
applications which can be used within an Enterprise or an
Organization. There are several types of applications
which can be developed using Python
Why do people use Python?
►1) Easy to Learn and Use Python is easy to learn and use. It
is developer-friendly and high level programming language.
2) Expressive Language Python language is more expressive
means that it is more understandable and readable.
3) Interpreted Language Python is an interpreted language
i.e. interpreter executes the code line by line at a time.
This makes debugging easy and thus suitable for beginners.
4) Cross-platform Language Python can run equally on
different platforms such as Windows, Linux, Unix and
Macintosh etc. So, we can say that Python is a portable
language.
5) Free and Open Source Python language is freely available
at official web address.The source-code is also available.
Therefore it is open source.
Why do people use Python?
►6) Object-Oriented Language Python supports object
oriented language
7) Extensible It implies that other languages such as
C/C++ can be used to compile the code and thus it can be
used further in our python code.
8) Large Standard Library Python has a large and broad
library and provides rich set of module and functions for
rapid application development.
9) GUI Programming Support Graphical user interfaces can
be developed using Python.
10) Integrated It can be easily integrated with languages
like C, C++, JAVA etc.
How to download python
►Link to download python here:
https://www.python.org/
►THANKS FOR
VIEWING!!! HOPE YOU
ENJOYED THIS
SLIDESHOW :)))
--GUO BICHENG
introduction to Python (for beginners)

More Related Content

What's hot

Python Programming Language
Python Programming LanguagePython Programming Language
Python Programming Language
Laxman Puri
 

What's hot (20)

Introduction to the basics of Python programming (part 1)
Introduction to the basics of Python programming (part 1)Introduction to the basics of Python programming (part 1)
Introduction to the basics of Python programming (part 1)
 
Python programming
Python  programmingPython  programming
Python programming
 
Programming
ProgrammingProgramming
Programming
 
Introduction To Python | Edureka
Introduction To Python | EdurekaIntroduction To Python | Edureka
Introduction To Python | Edureka
 
Basics of python
Basics of pythonBasics of python
Basics of python
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to python
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to python
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
 
Beginning Python Programming
Beginning Python ProgrammingBeginning Python Programming
Beginning Python Programming
 
Introduction to the Python
Introduction to the PythonIntroduction to the Python
Introduction to the Python
 
Python Programming Language
Python Programming LanguagePython Programming Language
Python Programming Language
 
POWER OF PYTHON PROGRAMMING LANGUAGE
POWER OF PYTHON PROGRAMMING LANGUAGE POWER OF PYTHON PROGRAMMING LANGUAGE
POWER OF PYTHON PROGRAMMING LANGUAGE
 
Intro to Python
Intro to PythonIntro to Python
Intro to Python
 
Python ppt
Python pptPython ppt
Python ppt
 
Python presentation
Python presentationPython presentation
Python presentation
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to python
 
Python - An Introduction
Python - An IntroductionPython - An Introduction
Python - An Introduction
 
Python ppt
Python pptPython ppt
Python ppt
 
Python 3 Programming Language
Python 3 Programming LanguagePython 3 Programming Language
Python 3 Programming Language
 
Python course syllabus
Python course syllabusPython course syllabus
Python course syllabus
 

Similar to introduction to Python (for beginners)

Basic Python Introduction Lecture 1.pptx
Basic Python Introduction Lecture 1.pptxBasic Python Introduction Lecture 1.pptx
Basic Python Introduction Lecture 1.pptx
Aditya Patel
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to python
Nikhil Kapoor
 
Python Programming Unit1_Aditya College of Engg & Tech
Python Programming Unit1_Aditya College of Engg & TechPython Programming Unit1_Aditya College of Engg & Tech
Python Programming Unit1_Aditya College of Engg & Tech
Ramanamurthy Banda
 

Similar to introduction to Python (for beginners) (20)

PYTHON TUTORIALS.pptx
PYTHON TUTORIALS.pptxPYTHON TUTORIALS.pptx
PYTHON TUTORIALS.pptx
 
Why Python in required in Civil Engineering
Why Python in required in Civil EngineeringWhy Python in required in Civil Engineering
Why Python in required in Civil Engineering
 
IRJET- Python: Simple though an Important Programming Language
IRJET- Python: Simple though an Important Programming LanguageIRJET- Python: Simple though an Important Programming Language
IRJET- Python: Simple though an Important Programming Language
 
Basic Python Introduction Lecture 1.pptx
Basic Python Introduction Lecture 1.pptxBasic Python Introduction Lecture 1.pptx
Basic Python Introduction Lecture 1.pptx
 
Lecture 1.pptx
Lecture 1.pptxLecture 1.pptx
Lecture 1.pptx
 
Research paper on python by Rj
Research paper on python by RjResearch paper on python by Rj
Research paper on python by Rj
 
Python
PythonPython
Python
 
Introduction to Python
Introduction to PythonIntroduction to Python
Introduction to Python
 
Python slide basic to advanced english tutorial
Python slide basic to advanced english tutorialPython slide basic to advanced english tutorial
Python slide basic to advanced english tutorial
 
Introduction to Python Programming Basics
Introduction  to  Python  Programming BasicsIntroduction  to  Python  Programming Basics
Introduction to Python Programming Basics
 
Summer Training Project.pdf
Summer Training Project.pdfSummer Training Project.pdf
Summer Training Project.pdf
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to python
 
PYTHON CURRENT TREND APPLICATIONS- AN OVERVIEW
PYTHON CURRENT TREND APPLICATIONS- AN OVERVIEWPYTHON CURRENT TREND APPLICATIONS- AN OVERVIEW
PYTHON CURRENT TREND APPLICATIONS- AN OVERVIEW
 
Python Programming Unit1_Aditya College of Engg & Tech
Python Programming Unit1_Aditya College of Engg & TechPython Programming Unit1_Aditya College of Engg & Tech
Python Programming Unit1_Aditya College of Engg & Tech
 
Machine learning session 1
Machine learning session 1Machine learning session 1
Machine learning session 1
 
Python Applications by The Knowledge Academy.docx
Python Applications by The Knowledge Academy.docxPython Applications by The Knowledge Academy.docx
Python Applications by The Knowledge Academy.docx
 
Python for Beginners.docx
Python for Beginners.docxPython for Beginners.docx
Python for Beginners.docx
 
programming assignment help australia
programming assignment help australiaprogramming assignment help australia
programming assignment help australia
 
Python.pptx
Python.pptxPython.pptx
Python.pptx
 
Python Course in Delhi.pdf
Python Course in Delhi.pdfPython Course in Delhi.pdf
Python Course in Delhi.pdf
 

Recently uploaded

TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
mohitmore19
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
VishalKumarJha10
 

Recently uploaded (20)

Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfAzure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 

introduction to Python (for beginners)

  • 1.
  • 2. What you will learn What is Python…? Differences between programming and scripting language Programming Paradigms History of Python Scope of Python Why do people use Python? Installing Python
  • 3. What is Python…? ► Python is a general purpose, dynamic, high level and interpreted programming language. Python is easy to learn yet powerful and versatile scripting language which makes it attractive for Application Development Python supports multiple programming pattern, including object oriented, imperative and functional or procedural programming styles. Python is not intended to work on special area such as Machine learning ,Web programming. That is why it is known as multipurpose because it can be used with web, enterprise, Machine learning. We don't need to use data types to declare variable because it is dynamically typed so we can write x=30 to assign an integer value in an integer variable. Python makes the development and debugging fast because there is no compilation step included in python development and edit-test-debug cycle is very fast.
  • 4. Differences between programming and script Language. ► Programming language mostly use Compiler. scripting Language is use Interpreter
  • 5. Programming Paradigms. ► Object-oriented programming is a programming approach that focuses on Object. Procedure-oriented programming focuses on procedural abstractions.
  • 6. Difference between OOP and POP ► OOP follows a bottom-up approach. Program is divided into objects depending on the problem. Each object controls its own data. Data hiding is possible in OOP. ► Inheritance is allowed in OOP. Operator overloading is not allowed POP follows a top-down approach. Program is divided into small chunks based on the functions. Each function contains different data. No easy way for data hiding. No such concept of inheritance in POP. Operator overloading is allowed.
  • 7. History of Python ► The implementation of Python was started in the December 1989 by Guido Van Rossum at CWI in Netherland. Why was python created? "My original motivation for creating Python was the perceived need for a higher level language in the Amoeba [Operating Systems] project. I realized that the development of system administration utilities in C was taking too long. Moreover, doing these things in the Bourne shell wouldn't work for a variety of reasons. ... So, there was a need for a language that would bridge the gap between C and the shell” - Guido Van Rossum watch video: history of python here:https://www.youtube.com/watch?v=Tm5u97I7OrM
  • 8. versions of python ► Python Version/Released Date Python 1.0 January 1994 Python 1.5 December 31, 1997 Python 1.6 September 5, 2000 Python 2.0 October 16, 2000 Python 2.1 April 17, 2001 Python 2.2 December 21, 2001 Python 2.3 July 29, 2003 Python 2.4 November 30, 2004 Python 2.5 September 19, 2006 Python 2.6 October 1, 2008 Python 2.7 July 3, 2010 Python 3.0 December 3, 2008 Python 3.1 June 27, 2009 Python 3.2 February 20, 2011 Python 3.3 September 29, 2012 Python 3.4 March 16, 2014 Python 3.5 September 13, 2015 Python 3.6 December 23, 2016 Python 3.7 June 27, 2018
  • 9. Scope of Python ►1) Web Applications We can use Python to develop web applications. It provides libraries to handle internet protocols such as HTML and XML, JSON, Email processing, request, beautifulSoup, Feedparser etc. 2) Desktop GUI Applications Python provides Tk GUI library to develop user interface in python based application. 3) Software Development Python is helpful for software development process. It works as a support language and can be used for build control and management, testing etc. 4) Scientific and Numeric Python is popular and widely used in scientific and numeric computing. Some useful library and package are SciPy, Pandas, IPython etc. SciPy is group of packages of engineering, science and mathematics.
  • 10. Scope of Python ►5) Business Applications Python is used to build Business applications like ERP and e-commerce systems. 6) Console Based Application We can use Python to develop console based applications. 7) System Administrator Python is awesome to perform multiple tasks ,using script it’s easy to perform multiple tasks simultaneously. 8) 3D CAD Applications To create CAD application Fandango is a real application which provides full features of CAD. 9) Enterprise Applications Python can be used to create applications which can be used within an Enterprise or an Organization. There are several types of applications which can be developed using Python
  • 11. Why do people use Python? ►1) Easy to Learn and Use Python is easy to learn and use. It is developer-friendly and high level programming language. 2) Expressive Language Python language is more expressive means that it is more understandable and readable. 3) Interpreted Language Python is an interpreted language i.e. interpreter executes the code line by line at a time. This makes debugging easy and thus suitable for beginners. 4) Cross-platform Language Python can run equally on different platforms such as Windows, Linux, Unix and Macintosh etc. So, we can say that Python is a portable language. 5) Free and Open Source Python language is freely available at official web address.The source-code is also available. Therefore it is open source.
  • 12. Why do people use Python? ►6) Object-Oriented Language Python supports object oriented language 7) Extensible It implies that other languages such as C/C++ can be used to compile the code and thus it can be used further in our python code. 8) Large Standard Library Python has a large and broad library and provides rich set of module and functions for rapid application development. 9) GUI Programming Support Graphical user interfaces can be developed using Python. 10) Integrated It can be easily integrated with languages like C, C++, JAVA etc.
  • 13. How to download python ►Link to download python here: https://www.python.org/
  • 14. ►THANKS FOR VIEWING!!! HOPE YOU ENJOYED THIS SLIDESHOW :))) --GUO BICHENG