SlideShare uma empresa Scribd logo
1 de 20
PYTHON APPLICATION PROGRAMMING
17CS664
IA MARKS: 40
EXAM MARKS : 60
CREDITS: 03
By.
Ravi Kumar B N
Assistant Professor, Dept. of CSE
EASY TO READ AND SIMPLE TO IMPLEMENT.
WHAT IS PYTHON…?
• Python is an interpreted, high-level, general-purpose(designed to be
used for writing software in the widest variety of application domains)
programming language.
High level language
Expressive – More readable
Interpreted Language
Cross-platform/ Portable
Large Standard Library
Everything is object in python
open source
FEATURES
HIGH LEVEL LANGUAGE
COMPILER V/S INTERPRETER
 Interpreted code istranslated to machine instructions step by step while the program is
being executed.
 Compiled code has been translated before program execution.
- Python runs virtually every major platform used today.
- As long as you have a compatible python interpreter installed, python programs will
run in exactly the same manner, irrespective of platform.
PORTABLE
- Dynamic typing –type of a variable isinterpreted at run time.
- Built-in types and tools
- Library utilities
- Third party utilities (e.g. NumPy, SciPy)
- Automatic memory management
IT'S POWERFUL
Numpy- library, support for large, multidimensional arrays and matrices,
along with a large collection of high level mathematical functions to
operate on the arrays.
Scipy- Contains modules for optimization, linear algebra signals, image
processing.
Python is an object-oriented programming language. It allows us to develop applications
using an object oriented approach. Inpython, we can easily create and use classes and
objects.
Everything is object inpython.
structure supports such concepts - polymorphism, operation overloading, and inheritance.
PYTHON IS OBJECT-ORIENTED
Downloading and installing python is free and easy.
source code is easily accessible.
OPEN SOURCE (IT'S FREE )
HOW PYTHON RUNS?
IDLE
IDLE (Integrated Development and Learning Environment) is an integrated development
environment (IDE) forPython.
The Python installer for Windows contains the IDLE module by default.
IDLE can be used to execute a single statement just like Python Shell and also to create,
modify and execute Python scripts.
DIFFERENT IDE AVAILABLE
 PyCharm
 Spyder
 Pydev
 IDLE
 Wing
 EricPython
 Rodeo
 Thonny
 Jupyter Notebook
 Visual Studio
WHY DO PEOPLE USE PYTHON…?
• Interms of number of developers using, number of libraries we
have, number of companies using and number of areas we can
implement it.
Fastest growing Language
• Python's syntax is easy to learn, so both non-programmers and
programmers can start programming right away.
• Python looks more like a readable
WHAT CAN I DO WITH PYTHON…?
• System programming
• Graphical User Interface Programming
• Internet Scripting
• Component Integration
• Database Programming
• Gaming, Images, XML , Robot and more
WHY OTHER BRANCHES HAS
TO STUDY?
ECE- Python can be used for signal processing tasks using NumPy andSciPy. Toimplement
digital signal processing algorithms
EEE- controlling and automating test equipment. Python was originally created fortext parsing
so it’s amazingly useful to sift through huge amounts of text data to extract useful information -
digital oscilloscope-It can output waveforms as raw CSV data.
ME- Mechanical and automobile industries use python to automate tasks. To write scripts and
then import them to a CFD software to test numerous designs. Toperform numerical analysis.
CIV- the applications of data science in civil engineering: Population forecasting for urban
planning, water supply & sewerage system. Risk assessment andmitigation such as prediction
of floods, earthquakes, cyclones.
WHO USES PYTHON TODAY…
Python is being applied in real revenue-generating products by real companies.
For instance:
• Google makes extensive use of Python in its web search system.
• Intel, Cisco, Hewlett-Packard, Seagate, Qualcomm, and IBM use Python for
hardware testing.
• ESRI uses Python as an end-user customization tool for its popular GIS
mapping products.
• The YouTube video sharing service is largely written in Python
10
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 FlyingCircus’, this
is a famous TV show in Netherlands
 Named after Monty Python
 Open sourced from the beginning
TEXT BOOKS
1.“Python for Everybody: Exploring Data Using Python 3” Charles R. Severance
2.“Think Python: How to Think Like a Computer Scientist” Allen B. Downey

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

Python Basics | Python Tutorial | Edureka
Python Basics | Python Tutorial | EdurekaPython Basics | Python Tutorial | Edureka
Python Basics | Python Tutorial | Edureka
 
Fundamentals of Python Programming
Fundamentals of Python ProgrammingFundamentals of Python Programming
Fundamentals of Python Programming
 
Introduction to Python
Introduction to Python Introduction to Python
Introduction to Python
 
Introduction to-python
Introduction to-pythonIntroduction to-python
Introduction to-python
 
Chapter 1 - INTRODUCTION TO PYTHON -MAULIK BORSANIYA
Chapter 1 - INTRODUCTION TO PYTHON -MAULIK BORSANIYAChapter 1 - INTRODUCTION TO PYTHON -MAULIK BORSANIYA
Chapter 1 - INTRODUCTION TO PYTHON -MAULIK BORSANIYA
 
Learn Python Programming | Python Programming - Step by Step | Python for Beg...
Learn Python Programming | Python Programming - Step by Step | Python for Beg...Learn Python Programming | Python Programming - Step by Step | Python for Beg...
Learn Python Programming | Python Programming - Step by Step | Python for Beg...
 
Basic Concepts in Python
Basic Concepts in PythonBasic Concepts in Python
Basic Concepts in Python
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
 
Python - the basics
Python - the basicsPython - the basics
Python - the basics
 
Python basics
Python basicsPython basics
Python basics
 
Python introduction
Python introductionPython introduction
Python introduction
 
Python Course | Python Programming | Python Tutorial | Python Training | Edureka
Python Course | Python Programming | Python Tutorial | Python Training | EdurekaPython Course | Python Programming | Python Tutorial | Python Training | Edureka
Python Course | Python Programming | Python Tutorial | Python Training | Edureka
 
Python Loops Tutorial | Python For Loop | While Loop Python | Python Training...
Python Loops Tutorial | Python For Loop | While Loop Python | Python Training...Python Loops Tutorial | Python For Loop | While Loop Python | Python Training...
Python Loops Tutorial | Python For Loop | While Loop Python | Python Training...
 
Python basic
Python basicPython basic
Python basic
 
Python - An Introduction
Python - An IntroductionPython - An Introduction
Python - An Introduction
 
Python Seminar PPT
Python Seminar PPTPython Seminar PPT
Python Seminar PPT
 
programming with python ppt
programming with python pptprogramming with python ppt
programming with python ppt
 
Python | What is Python | History of Python | Python Tutorial
Python | What is Python | History of Python | Python TutorialPython | What is Python | History of Python | Python Tutorial
Python | What is Python | History of Python | Python Tutorial
 
Python Tutorial Part 1
Python Tutorial Part 1Python Tutorial Part 1
Python Tutorial Part 1
 
What is Python? | Edureka
What is Python? | EdurekaWhat is Python? | Edureka
What is Python? | Edureka
 

Semelhante a Introduction to the Python

session5-Getting stated with Python.pdf
session5-Getting stated with Python.pdfsession5-Getting stated with Python.pdf
session5-Getting stated with Python.pdf
AyushDutta32
 
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
 
Python quick guide1
Python quick guide1Python quick guide1
Python quick guide1
Kanchilug
 
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
 

Semelhante a Introduction to the Python (20)

Python Programming Draft PPT.pptx
Python Programming Draft PPT.pptxPython Programming Draft PPT.pptx
Python Programming Draft PPT.pptx
 
Presentation on python
Presentation on pythonPresentation on python
Presentation on python
 
Introduction to python for Beginners
Introduction to python for Beginners Introduction to python for Beginners
Introduction to python for Beginners
 
Python Tutorial | Python Programming Language
Python Tutorial | Python Programming LanguagePython Tutorial | Python Programming Language
Python Tutorial | Python Programming Language
 
Introduction python
Introduction pythonIntroduction python
Introduction python
 
session5-Getting stated with Python.pdf
session5-Getting stated with Python.pdfsession5-Getting stated with Python.pdf
session5-Getting stated with Python.pdf
 
POWER OF PYTHON PROGRAMMING LANGUAGE
POWER OF PYTHON PROGRAMMING LANGUAGE POWER OF PYTHON PROGRAMMING LANGUAGE
POWER OF PYTHON PROGRAMMING LANGUAGE
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to python
 
Lecture 1.pptx
Lecture 1.pptxLecture 1.pptx
Lecture 1.pptx
 
intro.pptx (1).pdf
intro.pptx (1).pdfintro.pptx (1).pdf
intro.pptx (1).pdf
 
Basic Python Introduction Lecture 1.pptx
Basic Python Introduction Lecture 1.pptxBasic Python Introduction Lecture 1.pptx
Basic Python Introduction Lecture 1.pptx
 
introduction to Python (for beginners)
introduction to Python (for beginners)introduction to Python (for beginners)
introduction to Python (for beginners)
 
Python quick guide1
Python quick guide1Python quick guide1
Python quick guide1
 
Python tutorial for beginners - Tib academy
Python tutorial for beginners - Tib academyPython tutorial for beginners - Tib academy
Python tutorial for beginners - Tib academy
 
ppt summer training ug.pptx
ppt summer training ug.pptxppt summer training ug.pptx
ppt summer training ug.pptx
 
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
 
Phython Programming Language
Phython Programming LanguagePhython Programming Language
Phython Programming Language
 
11 Unit1 Chapter 1 Getting Started With Python
11   Unit1 Chapter 1 Getting Started With Python11   Unit1 Chapter 1 Getting Started With Python
11 Unit1 Chapter 1 Getting Started With Python
 
Welcome to Python Programming Language.pdf
Welcome to Python Programming Language.pdfWelcome to Python Programming Language.pdf
Welcome to Python Programming Language.pdf
 
Welcome to Python Programming Language.pptx
Welcome to Python Programming Language.pptxWelcome to Python Programming Language.pptx
Welcome to Python Programming Language.pptx
 

Mais de BMS Institute of Technology and Management

Mais de BMS Institute of Technology and Management (11)

Software Engineering and Introduction, Activities and ProcessModels
Software Engineering and Introduction, Activities and ProcessModels Software Engineering and Introduction, Activities and ProcessModels
Software Engineering and Introduction, Activities and ProcessModels
 
Python Regular Expressions
Python Regular ExpressionsPython Regular Expressions
Python Regular Expressions
 
Pytho_tuples
Pytho_tuplesPytho_tuples
Pytho_tuples
 
Pytho dictionaries
Pytho dictionaries Pytho dictionaries
Pytho dictionaries
 
Pytho lists
Pytho listsPytho lists
Pytho lists
 
File handling in Python
File handling in PythonFile handling in Python
File handling in Python
 
15CS562 AI VTU Question paper
15CS562 AI VTU Question paper15CS562 AI VTU Question paper
15CS562 AI VTU Question paper
 
weak slot and filler
weak slot and fillerweak slot and filler
weak slot and filler
 
strong slot and filler
strong slot and fillerstrong slot and filler
strong slot and filler
 
Problems, Problem spaces and Search
Problems, Problem spaces and SearchProblems, Problem spaces and Search
Problems, Problem spaces and Search
 
Introduction to Artificial Intelligence and few examples
Introduction to Artificial Intelligence and few examplesIntroduction to Artificial Intelligence and few examples
Introduction to Artificial Intelligence and few examples
 

Último

Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
dharasingh5698
 

Último (20)

Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdf
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 

Introduction to the Python

  • 1. PYTHON APPLICATION PROGRAMMING 17CS664 IA MARKS: 40 EXAM MARKS : 60 CREDITS: 03 By. Ravi Kumar B N Assistant Professor, Dept. of CSE
  • 2. EASY TO READ AND SIMPLE TO IMPLEMENT.
  • 3. WHAT IS PYTHON…? • Python is an interpreted, high-level, general-purpose(designed to be used for writing software in the widest variety of application domains) programming language.
  • 4. High level language Expressive – More readable Interpreted Language Cross-platform/ Portable Large Standard Library Everything is object in python open source FEATURES
  • 6. COMPILER V/S INTERPRETER  Interpreted code istranslated to machine instructions step by step while the program is being executed.  Compiled code has been translated before program execution.
  • 7. - Python runs virtually every major platform used today. - As long as you have a compatible python interpreter installed, python programs will run in exactly the same manner, irrespective of platform. PORTABLE
  • 8. - Dynamic typing –type of a variable isinterpreted at run time. - Built-in types and tools - Library utilities - Third party utilities (e.g. NumPy, SciPy) - Automatic memory management IT'S POWERFUL
  • 9. Numpy- library, support for large, multidimensional arrays and matrices, along with a large collection of high level mathematical functions to operate on the arrays. Scipy- Contains modules for optimization, linear algebra signals, image processing.
  • 10. Python is an object-oriented programming language. It allows us to develop applications using an object oriented approach. Inpython, we can easily create and use classes and objects. Everything is object inpython. structure supports such concepts - polymorphism, operation overloading, and inheritance. PYTHON IS OBJECT-ORIENTED
  • 11. Downloading and installing python is free and easy. source code is easily accessible. OPEN SOURCE (IT'S FREE )
  • 13. IDLE IDLE (Integrated Development and Learning Environment) is an integrated development environment (IDE) forPython. The Python installer for Windows contains the IDLE module by default. IDLE can be used to execute a single statement just like Python Shell and also to create, modify and execute Python scripts.
  • 14. DIFFERENT IDE AVAILABLE  PyCharm  Spyder  Pydev  IDLE  Wing  EricPython  Rodeo  Thonny  Jupyter Notebook  Visual Studio
  • 15. WHY DO PEOPLE USE PYTHON…? • Interms of number of developers using, number of libraries we have, number of companies using and number of areas we can implement it. Fastest growing Language • Python's syntax is easy to learn, so both non-programmers and programmers can start programming right away. • Python looks more like a readable
  • 16. WHAT CAN I DO WITH PYTHON…? • System programming • Graphical User Interface Programming • Internet Scripting • Component Integration • Database Programming • Gaming, Images, XML , Robot and more
  • 17. WHY OTHER BRANCHES HAS TO STUDY? ECE- Python can be used for signal processing tasks using NumPy andSciPy. Toimplement digital signal processing algorithms EEE- controlling and automating test equipment. Python was originally created fortext parsing so it’s amazingly useful to sift through huge amounts of text data to extract useful information - digital oscilloscope-It can output waveforms as raw CSV data. ME- Mechanical and automobile industries use python to automate tasks. To write scripts and then import them to a CFD software to test numerous designs. Toperform numerical analysis. CIV- the applications of data science in civil engineering: Population forecasting for urban planning, water supply & sewerage system. Risk assessment andmitigation such as prediction of floods, earthquakes, cyclones.
  • 18. WHO USES PYTHON TODAY… Python is being applied in real revenue-generating products by real companies. For instance: • Google makes extensive use of Python in its web search system. • Intel, Cisco, Hewlett-Packard, Seagate, Qualcomm, and IBM use Python for hardware testing. • ESRI uses Python as an end-user customization tool for its popular GIS mapping products. • The YouTube video sharing service is largely written in Python 10
  • 19. 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 FlyingCircus’, this is a famous TV show in Netherlands  Named after Monty Python  Open sourced from the beginning
  • 20. TEXT BOOKS 1.“Python for Everybody: Exploring Data Using Python 3” Charles R. Severance 2.“Think Python: How to Think Like a Computer Scientist” Allen B. Downey