SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 408
WHY PYTHON ROCKS FOR RESEARCH....???
Kapish Kumar
Student of B.Tech CSE Department, IIMT College of Engg. , Gr.Noida(U.P.)India.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Python is a high-level and powerful object-
oriented programming language created by Guido van
Rossum. Because of its simple syntax, it is a very goodchoice
for those who are learning programming for the first time. It
is used in vast number of applications due to the various
standard libraries that come along with it and its capacity to
integrate with other languages and use their features. This
paper describes themainfeaturesofPython programming.It
lists out the difference between Python and other language
with the help of some code. This paper then discusses
applications of Python programming. To end with we will
see a few good examples where python programming is
being used.
Key Words: programming, open source, object-oriented,
interoperability, sockets
1. INTRODUCTION
Python was conceived in late 1980s, while its
implementation began in late 1989 by Guido van Rossum at
Centrum Wiskunde & Informatica (CWI) in the Netherlands.
It was implemented as a successor of ABC language capable
of exception handling and interfacing with the operating
system Amoeba. Van Rossum is Python's principal author,
and his continuing central role in deciding the road to
development of Python is reflected in the title given to him
by the Python community, benevolent dictator for life
(BDFL). The End of Life date (EOL, sunset date) for Python
2.7 was initially set at 2015, then delayed to 2020 out of
concern that a large body of existing code cannot easily be
forward-ported to Python 3.
Python was designed to be highly extensible by its creator.
Python can be easily embedded in existing applications
which require a programmable interface. It is a small core
language with a large standard library and an easily
extensible interpreter. An important goal of Python
developer is that programmers should have fun using this
language.
One of the greatest strength of Python is its large standard
library which provides tools suited for many tasks. Various
modules for creating graphical user interface, connecting to
relational databases, generating pseudorandom numbers,
arithmetic calculations, regularexpressions etc.areincluded
in the library.
Python's development is conducted largely through the
Python Enhancement Proposal (PEP) process. The PEP
process is the primary mechanism for proposing major new
features, for collecting feedback on an issue, and for
documenting the design decisions that have gone into
Python. Outstanding PEPs are commented and reviewed by
the Python Community.
As of March 2017, Python is the fifth most popular language.
A study carried out on Python found ittobemoreproductive
than conventional languages for problem solving involving
string manipulation and search in a dictionary. The social
news networking site Reddit is written entirely in Python.
Python has been used in Artificial Intelligence tasks. Python
is often used for Natural Language processing tasks. Many
Linux distributions use installers written in Python. Python
has also extensive use in Information Security Industry. The
Raspberry Pi single-board computer project has started
using Python as its main user-programming language.
2. FEATURES OF PYTHON PROGRAMMING
Python is a very high-level, dynamic, object-oriented,general
purposeprogramminglanguagethatusesinterpreterandcan
be used in a vast domain of applications. Python is very
flexible, because of its ability to use modules that were
designed in other programming languages. Features of
Python are:
2.1 Python is fast and powerful
It includes an internal standard library that provides all
facilities that are needed for programming from the basic
operations to the advanced functions.
2.2 Python is simple and lovely
Readability was the main thought out point when designing
the syntax of Python language. The language is very simple
for a beginner to understand as compared with other
languages C, C++. In C and C++ the learners have to be very
careful of the syntax. In Python the learner need to take care
of only the indentation. The readability achieved as the
result of indentation has number of benefits. The capacity of
Python to balance high level programming with low level
optimization is the strongest point of Python. One more
likable point of Python from coder’s point of view is the
amount of code you write to solve a particular program. Let
us for example write a code which reads 2 files and writes
those files one after the other to the 3rd file.
2.3 Language interoperability
One of the excellent features of Python is that it glues with
other languages. We can call MATLABfunctionsfromPython
using MLabWrap. Similarly we can access R, FORTRAN, and
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 409
C, C++ libraries as well by using RPy, F2pyCtypes, Cython,
and SWIG respectively.
2.4 Data Structures
Python is rich with lists, tuples, sets, dictionaries, stringsand
many other types built in. We couldevenaddNumbly,Skippy
etc. and leverage their benefits. Python has a large and well
equipped standard library. It provides tools suited too many
tasks. Python is a complete programming solution with
greatest advantages namely 1. It is an open source and
completely free even for commercial use. 2. It runs natively
on Windows, Mac OS, Linux and others, as does its standard
library. 3. It fits quick scripting and large development
projects equally well.
3. APPLICATIONS OF PYTHON PROGRAMMING
Python is a best choice for real world programming as it is a
very well designed language. The most common program
types that can be written by Python are as below:
3.1 System Programming
Python provides internal interfaces for working with
services of operating system due to which it is suitable for
system programming. These interfaces provide some
functions such as: files and directories operations, parallel
processing etc. It contains tools for working worth system
resources such as: environmental variables, files, sockets,
pipe, processes, multiple threads, command line, standard
stream interfaces, shell programming etc.
3.2 Graphical User Interface
Tkinter & GxPython are standard object oriented interfaces
that provides essential tools for designing GUI.Generated
GUIs give a similar look on different platforms.
3.3 Network and Internet Programming
Many tools are provided for network programmers namely
client-server connection, socket programming, FTP, Telnet,
email functions, RPC, SOAP etc. Also some third party tools
like mod-Python allow servers like apache to run python
scripts.
3.4 Component integrity
Tools like Swing and SIP can import the compiled codes of
other languages for using in Python.
3.5 Database Programming
Python interfaces support common databases like Sybase,
Oracle, Informix, MYSQL, PostgresSQL, SQLite etc.
3.6 Numerical programming
Python with NumPy module provides powerful tools for
working with mathematical libraries,byusingsimplePython
codes.
3.7 Other Programming applications
3.7.1 PyGame is a tool for Game Programming
3.7.2 PIL is used for image processing
3.7.3 PyRo for Robotic Programming
3.7.4 NLTK is a package forartificial intelligence,network
simulation and shell programming.
3.7.5 Python is a free open source program and
consequently it causes more popularity among
users.
4. LIST OF CORPORATIONS USING PYTHON FOR
DIFFERENT FUNCTIONS
Nowadays many corporations use this tool for different
functions. Some of them are as below:
 Google is one of the Python users that included this
language in its web search system and Employed
Python’s creator, too.
 YouTube video sharing service makesextensiveuse
of Python.
 Popular BitTorrent peer-to-peerfilesharingsystem
is written by Python.
 ESRI uses Python as an end-user customizationtool
for its popular GIS mapping products.
 NASA, Los Alamos, Fermilab, JPL, and others use
Python for scientific programming tasks.
 Robot uses Python to develop commercial robotic
vacuum cleaners.
 Intel, Cisco, Hewlett-Packard, Seagate, Qualcomm,
and IBM use Python for hardware testing.
 NSA uses Python for cryptography and intelligence
analysis.
 IronPort email server product uses more than 1
million lines of Python code to do its job.
 One Laptop per Child (OLPC) project builds its user
interface and activity model in Python.
 Industrial Light & Magic, Pixar, and others use
Python in the production of movie animation.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 410
 JPMorgan Chase, UBS, Getco, and Citadel apply
Python for financial market forecasting.
5. CONCLUSION
We have seen various features of Python Programming. We
have seen its applications and a list of corporations using
Python tools. It is a very vast language and has got various
facets which can be researched upon. Few of the topics in
which Python’s application can be researched are
Information Security, Artificial Intelligence, and Big Data
Analytics etc.
REFERENCES
[1] G. Eason, B. Noble, and I. N. Sneddon, “On certain
integrals of Lipschitz-Hankel type involving products of
Bessel functions,” Phil. Trans. Roy. Soc. London, vol.
A247, pp. 529–551, April 1955. (references)
[2] J. Clerk Maxwell, A Treatise on Electricity and
Magnetism, 3rd ed., vol. 2. Oxford: Clarendon, 1892,
pp.68–73.
[3] Python for Education: Permutations Andrzej
[4] Kapanowski Marian Smoluchowski Institute of Physics
Jagiellonian University, Cracow, Poland
[5] "History and License". Retrieved 5 December 2016. "All
Python releases are Open Source"
[6] Venners, Bill (13 January 2003). "The Making of
Python". Artima Developer. Artima. Retrieved 22March
2007
[7] Van Rossum, Guido (20 January2009)."ABriefTimeline
of Python". The History of Python. Google. Retrieved 20
January 2009.
[8] "PEP 373 -- Python 2.7 Release Schedule". python.org.
Retrieved 9 January 2017.
[9] "PEP 466 -- Network Security EnhancementsforPython
2.7.x". python.org. Retrieved 9 January 2017.
BIOGRAPHY
Kapish Kumar persuing B.Tech
Degree in the Department of
Computer Science & Engineering
from IIMT College of Engg., Gr.
Noida(U.P.), India. His research
interest are IOT, Artificial
Intelligence, MachineLearningand
many more.

More Related Content

PDF
IRJET- Python: Simple though an Important Programming Language
PPTX
Julia vs Python 2020
PDF
IRJET- Speech to Speech Translation System
DOCX
Resume_Shivendra_Dubey (1)
PDF
IRJET- Portable Camera based Assistive Text and Label Reading for Blind Persons
PDF
Open-source machine translation for Icelandic: the Apertium platform as an o...
PPTX
Summer training in Noida | APTRON Solutions
DOCX
Vivek Kotwal Resume
IRJET- Python: Simple though an Important Programming Language
Julia vs Python 2020
IRJET- Speech to Speech Translation System
Resume_Shivendra_Dubey (1)
IRJET- Portable Camera based Assistive Text and Label Reading for Blind Persons
Open-source machine translation for Icelandic: the Apertium platform as an o...
Summer training in Noida | APTRON Solutions
Vivek Kotwal Resume

What's hot (6)

PDF
PrakashSahoo
PDF
SOFIA Poster (Abstract) - ADK RED DSDM. INDRA-ESI
PDF
Picmet10 r0350
DOCX
Resume_PraveenKumar
PPTX
Python course hyderabad 14
PPTX
Python course hyderabad 11
PrakashSahoo
SOFIA Poster (Abstract) - ADK RED DSDM. INDRA-ESI
Picmet10 r0350
Resume_PraveenKumar
Python course hyderabad 14
Python course hyderabad 11
Ad

Similar to IRJET- Why Python Rocks for Research....??? (20)

PDF
Python – The Fastest Growing Programming Language
PDF
PYTHON CURRENT TREND APPLICATIONS- AN OVERVIEW
DOCX
Python notes for beginners - in simple sentences
PPTX
What is python
PDF
PYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRY
PDF
PYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRY
PDF
Published Paper of International journal of Programming Languages and applica...
PDF
PYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRY
PPTX
Python programming ppt.pptx
PPTX
PYTHON UNIT 1
PPTX
First of all, what is Python? According t
PDF
Python For All | Software Professionals, QA & DevOps professionals
PDF
Python for All
PPTX
_python Raunak.pptx
PDF
Python quick guide1
PPTX
Basic Python Introduction Lecture 1.pptx
PPT
Python_basics_tuples_sets_lists_control_loops.ppt
PDF
Python programming for beginners
PDF
Programming in Civil Engineering_UNIT 1_NOTES
PDF
Introduction to Python
Python – The Fastest Growing Programming Language
PYTHON CURRENT TREND APPLICATIONS- AN OVERVIEW
Python notes for beginners - in simple sentences
What is python
PYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRY
PYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRY
Published Paper of International journal of Programming Languages and applica...
PYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRY
Python programming ppt.pptx
PYTHON UNIT 1
First of all, what is Python? According t
Python For All | Software Professionals, QA & DevOps professionals
Python for All
_python Raunak.pptx
Python quick guide1
Basic Python Introduction Lecture 1.pptx
Python_basics_tuples_sets_lists_control_loops.ppt
Python programming for beginners
Programming in Civil Engineering_UNIT 1_NOTES
Introduction to Python
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PPTX
UNIT 4 Total Quality Management .pptx
PPTX
bas. eng. economics group 4 presentation 1.pptx
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPTX
Foundation to blockchain - A guide to Blockchain Tech
DOCX
573137875-Attendance-Management-System-original
PDF
Structs to JSON How Go Powers REST APIs.pdf
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PPTX
Geodesy 1.pptx...............................................
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PDF
composite construction of structures.pdf
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
Strings in CPP - Strings in C++ are sequences of characters used to store and...
PPTX
additive manufacturing of ss316l using mig welding
PPTX
Welding lecture in detail for understanding
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPT
Mechanical Engineering MATERIALS Selection
PPTX
web development for engineering and engineering
PDF
PPT on Performance Review to get promotions
UNIT 4 Total Quality Management .pptx
bas. eng. economics group 4 presentation 1.pptx
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
Foundation to blockchain - A guide to Blockchain Tech
573137875-Attendance-Management-System-original
Structs to JSON How Go Powers REST APIs.pdf
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
Geodesy 1.pptx...............................................
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
composite construction of structures.pdf
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Strings in CPP - Strings in C++ are sequences of characters used to store and...
additive manufacturing of ss316l using mig welding
Welding lecture in detail for understanding
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Mechanical Engineering MATERIALS Selection
web development for engineering and engineering
PPT on Performance Review to get promotions

IRJET- Why Python Rocks for Research....???

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 408 WHY PYTHON ROCKS FOR RESEARCH....??? Kapish Kumar Student of B.Tech CSE Department, IIMT College of Engg. , Gr.Noida(U.P.)India. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Python is a high-level and powerful object- oriented programming language created by Guido van Rossum. Because of its simple syntax, it is a very goodchoice for those who are learning programming for the first time. It is used in vast number of applications due to the various standard libraries that come along with it and its capacity to integrate with other languages and use their features. This paper describes themainfeaturesofPython programming.It lists out the difference between Python and other language with the help of some code. This paper then discusses applications of Python programming. To end with we will see a few good examples where python programming is being used. Key Words: programming, open source, object-oriented, interoperability, sockets 1. INTRODUCTION Python was conceived in late 1980s, while its implementation began in late 1989 by Guido van Rossum at Centrum Wiskunde & Informatica (CWI) in the Netherlands. It was implemented as a successor of ABC language capable of exception handling and interfacing with the operating system Amoeba. Van Rossum is Python's principal author, and his continuing central role in deciding the road to development of Python is reflected in the title given to him by the Python community, benevolent dictator for life (BDFL). The End of Life date (EOL, sunset date) for Python 2.7 was initially set at 2015, then delayed to 2020 out of concern that a large body of existing code cannot easily be forward-ported to Python 3. Python was designed to be highly extensible by its creator. Python can be easily embedded in existing applications which require a programmable interface. It is a small core language with a large standard library and an easily extensible interpreter. An important goal of Python developer is that programmers should have fun using this language. One of the greatest strength of Python is its large standard library which provides tools suited for many tasks. Various modules for creating graphical user interface, connecting to relational databases, generating pseudorandom numbers, arithmetic calculations, regularexpressions etc.areincluded in the library. Python's development is conducted largely through the Python Enhancement Proposal (PEP) process. The PEP process is the primary mechanism for proposing major new features, for collecting feedback on an issue, and for documenting the design decisions that have gone into Python. Outstanding PEPs are commented and reviewed by the Python Community. As of March 2017, Python is the fifth most popular language. A study carried out on Python found ittobemoreproductive than conventional languages for problem solving involving string manipulation and search in a dictionary. The social news networking site Reddit is written entirely in Python. Python has been used in Artificial Intelligence tasks. Python is often used for Natural Language processing tasks. Many Linux distributions use installers written in Python. Python has also extensive use in Information Security Industry. The Raspberry Pi single-board computer project has started using Python as its main user-programming language. 2. FEATURES OF PYTHON PROGRAMMING Python is a very high-level, dynamic, object-oriented,general purposeprogramminglanguagethatusesinterpreterandcan be used in a vast domain of applications. Python is very flexible, because of its ability to use modules that were designed in other programming languages. Features of Python are: 2.1 Python is fast and powerful It includes an internal standard library that provides all facilities that are needed for programming from the basic operations to the advanced functions. 2.2 Python is simple and lovely Readability was the main thought out point when designing the syntax of Python language. The language is very simple for a beginner to understand as compared with other languages C, C++. In C and C++ the learners have to be very careful of the syntax. In Python the learner need to take care of only the indentation. The readability achieved as the result of indentation has number of benefits. The capacity of Python to balance high level programming with low level optimization is the strongest point of Python. One more likable point of Python from coder’s point of view is the amount of code you write to solve a particular program. Let us for example write a code which reads 2 files and writes those files one after the other to the 3rd file. 2.3 Language interoperability One of the excellent features of Python is that it glues with other languages. We can call MATLABfunctionsfromPython using MLabWrap. Similarly we can access R, FORTRAN, and
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 409 C, C++ libraries as well by using RPy, F2pyCtypes, Cython, and SWIG respectively. 2.4 Data Structures Python is rich with lists, tuples, sets, dictionaries, stringsand many other types built in. We couldevenaddNumbly,Skippy etc. and leverage their benefits. Python has a large and well equipped standard library. It provides tools suited too many tasks. Python is a complete programming solution with greatest advantages namely 1. It is an open source and completely free even for commercial use. 2. It runs natively on Windows, Mac OS, Linux and others, as does its standard library. 3. It fits quick scripting and large development projects equally well. 3. APPLICATIONS OF PYTHON PROGRAMMING Python is a best choice for real world programming as it is a very well designed language. The most common program types that can be written by Python are as below: 3.1 System Programming Python provides internal interfaces for working with services of operating system due to which it is suitable for system programming. These interfaces provide some functions such as: files and directories operations, parallel processing etc. It contains tools for working worth system resources such as: environmental variables, files, sockets, pipe, processes, multiple threads, command line, standard stream interfaces, shell programming etc. 3.2 Graphical User Interface Tkinter & GxPython are standard object oriented interfaces that provides essential tools for designing GUI.Generated GUIs give a similar look on different platforms. 3.3 Network and Internet Programming Many tools are provided for network programmers namely client-server connection, socket programming, FTP, Telnet, email functions, RPC, SOAP etc. Also some third party tools like mod-Python allow servers like apache to run python scripts. 3.4 Component integrity Tools like Swing and SIP can import the compiled codes of other languages for using in Python. 3.5 Database Programming Python interfaces support common databases like Sybase, Oracle, Informix, MYSQL, PostgresSQL, SQLite etc. 3.6 Numerical programming Python with NumPy module provides powerful tools for working with mathematical libraries,byusingsimplePython codes. 3.7 Other Programming applications 3.7.1 PyGame is a tool for Game Programming 3.7.2 PIL is used for image processing 3.7.3 PyRo for Robotic Programming 3.7.4 NLTK is a package forartificial intelligence,network simulation and shell programming. 3.7.5 Python is a free open source program and consequently it causes more popularity among users. 4. LIST OF CORPORATIONS USING PYTHON FOR DIFFERENT FUNCTIONS Nowadays many corporations use this tool for different functions. Some of them are as below:  Google is one of the Python users that included this language in its web search system and Employed Python’s creator, too.  YouTube video sharing service makesextensiveuse of Python.  Popular BitTorrent peer-to-peerfilesharingsystem is written by Python.  ESRI uses Python as an end-user customizationtool for its popular GIS mapping products.  NASA, Los Alamos, Fermilab, JPL, and others use Python for scientific programming tasks.  Robot uses Python to develop commercial robotic vacuum cleaners.  Intel, Cisco, Hewlett-Packard, Seagate, Qualcomm, and IBM use Python for hardware testing.  NSA uses Python for cryptography and intelligence analysis.  IronPort email server product uses more than 1 million lines of Python code to do its job.  One Laptop per Child (OLPC) project builds its user interface and activity model in Python.  Industrial Light & Magic, Pixar, and others use Python in the production of movie animation.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 410  JPMorgan Chase, UBS, Getco, and Citadel apply Python for financial market forecasting. 5. CONCLUSION We have seen various features of Python Programming. We have seen its applications and a list of corporations using Python tools. It is a very vast language and has got various facets which can be researched upon. Few of the topics in which Python’s application can be researched are Information Security, Artificial Intelligence, and Big Data Analytics etc. REFERENCES [1] G. Eason, B. Noble, and I. N. Sneddon, “On certain integrals of Lipschitz-Hankel type involving products of Bessel functions,” Phil. Trans. Roy. Soc. London, vol. A247, pp. 529–551, April 1955. (references) [2] J. Clerk Maxwell, A Treatise on Electricity and Magnetism, 3rd ed., vol. 2. Oxford: Clarendon, 1892, pp.68–73. [3] Python for Education: Permutations Andrzej [4] Kapanowski Marian Smoluchowski Institute of Physics Jagiellonian University, Cracow, Poland [5] "History and License". Retrieved 5 December 2016. "All Python releases are Open Source" [6] Venners, Bill (13 January 2003). "The Making of Python". Artima Developer. Artima. Retrieved 22March 2007 [7] Van Rossum, Guido (20 January2009)."ABriefTimeline of Python". The History of Python. Google. Retrieved 20 January 2009. [8] "PEP 373 -- Python 2.7 Release Schedule". python.org. Retrieved 9 January 2017. [9] "PEP 466 -- Network Security EnhancementsforPython 2.7.x". python.org. Retrieved 9 January 2017. BIOGRAPHY Kapish Kumar persuing B.Tech Degree in the Department of Computer Science & Engineering from IIMT College of Engg., Gr. Noida(U.P.), India. His research interest are IOT, Artificial Intelligence, MachineLearningand many more.