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

What's hot (6)

PDF
PrakashSahoo
Prakash Sahoo
 
PDF
SOFIA Poster (Abstract) - ADK RED DSDM. INDRA-ESI
Sofia Eu
 
PDF
Picmet10 r0350
Lawrenzo H.C. Huang
 
DOCX
Resume_PraveenKumar
Praveen Kumar
 
PPTX
Python course hyderabad 14
AshishApponix
 
PPTX
Python course hyderabad 11
AshishApponix
 
PrakashSahoo
Prakash Sahoo
 
SOFIA Poster (Abstract) - ADK RED DSDM. INDRA-ESI
Sofia Eu
 
Picmet10 r0350
Lawrenzo H.C. Huang
 
Resume_PraveenKumar
Praveen Kumar
 
Python course hyderabad 14
AshishApponix
 
Python course hyderabad 11
AshishApponix
 

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

PDF
Python – The Fastest Growing Programming Language
IRJET Journal
 
PDF
PYTHON CURRENT TREND APPLICATIONS- AN OVERVIEW
EditorIJAERD
 
DOCX
Python notes for beginners - in simple sentences
RajyalakshmiUmmadise
 
PPTX
What is python
faizrashid1995
 
PDF
PYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRY
IJPLAjournal
 
PDF
PYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRY
IJPLAjournal
 
PDF
PYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRY
ijpla
 
PDF
Published Paper of International journal of Programming Languages and applica...
IJPLAjournal
 
PPTX
Python programming ppt.pptx
nagendrasai12
 
PPTX
PYTHON UNIT 1
nagendrasai12
 
PPTX
First of all, what is Python? According t
bhatamith15
 
PDF
Python For All | Software Professionals, QA & DevOps professionals
Nilesh Sutar
 
PDF
Python for All
Pragya Goyal
 
PPTX
_python Raunak.pptx
RaunakKumar33449
 
PDF
Python quick guide1
Kanchilug
 
PPTX
Basic Python Introduction Lecture 1.pptx
Aditya Patel
 
PPT
Python_basics_tuples_sets_lists_control_loops.ppt
VGaneshKarthikeyan
 
PDF
Python programming for beginners
Benishchoco
 
PDF
Programming in Civil Engineering_UNIT 1_NOTES
Rushikesh Kolhe
 
PDF
Introduction to Python
MuhammadBakri13
 
Python – The Fastest Growing Programming Language
IRJET Journal
 
PYTHON CURRENT TREND APPLICATIONS- AN OVERVIEW
EditorIJAERD
 
Python notes for beginners - in simple sentences
RajyalakshmiUmmadise
 
What is python
faizrashid1995
 
PYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRY
IJPLAjournal
 
PYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRY
IJPLAjournal
 
PYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRY
ijpla
 
Published Paper of International journal of Programming Languages and applica...
IJPLAjournal
 
Python programming ppt.pptx
nagendrasai12
 
PYTHON UNIT 1
nagendrasai12
 
First of all, what is Python? According t
bhatamith15
 
Python For All | Software Professionals, QA & DevOps professionals
Nilesh Sutar
 
Python for All
Pragya Goyal
 
_python Raunak.pptx
RaunakKumar33449
 
Python quick guide1
Kanchilug
 
Basic Python Introduction Lecture 1.pptx
Aditya Patel
 
Python_basics_tuples_sets_lists_control_loops.ppt
VGaneshKarthikeyan
 
Python programming for beginners
Benishchoco
 
Programming in Civil Engineering_UNIT 1_NOTES
Rushikesh Kolhe
 
Introduction to Python
MuhammadBakri13
 
Ad

More from IRJET Journal (20)

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

Recently uploaded (20)

PPTX
Hashing Introduction , hash functions and techniques
sailajam21
 
PPTX
Introduction to Design of Machine Elements
PradeepKumarS27
 
PDF
Set Relation Function Practice session 24.05.2025.pdf
DrStephenStrange4
 
PDF
Biomechanics of Gait: Engineering Solutions for Rehabilitation (www.kiu.ac.ug)
publication11
 
PDF
MAD Unit - 2 Activity and Fragment Management in Android (Diploma IT)
JappanMavani
 
PDF
GTU Civil Engineering All Semester Syllabus.pdf
Vimal Bhojani
 
PPTX
Solar Thermal Energy System Seminar.pptx
Gpc Purapuza
 
PPTX
Damage of stability of a ship and how its change .pptx
ehamadulhaque
 
PDF
MAD Unit - 1 Introduction of Android IT Department
JappanMavani
 
PPTX
Thermal runway and thermal stability.pptx
godow93766
 
PPTX
VITEEE 2026 Exam Details , Important Dates
SonaliSingh127098
 
PDF
PORTFOLIO Golam Kibria Khan — architect with a passion for thoughtful design...
MasumKhan59
 
PPTX
Depth First Search Algorithm in 🧠 DFS in Artificial Intelligence (AI)
rafeeqshaik212002
 
PDF
Zilliz Cloud Demo for performance and scale
Zilliz
 
PPTX
Evaluation and thermal analysis of shell and tube heat exchanger as per requi...
shahveer210504
 
PDF
Design Thinking basics for Engineers.pdf
CMR University
 
PPTX
The Role of Information Technology in Environmental Protectio....pptx
nallamillisriram
 
PPTX
265587293-NFPA 101 Life safety code-PPT-1.pptx
chandermwason
 
PPTX
Mechanical Design of shell and tube heat exchangers as per ASME Sec VIII Divi...
shahveer210504
 
PPTX
原版一样(Acadia毕业证书)加拿大阿卡迪亚大学毕业证办理方法
Taqyea
 
Hashing Introduction , hash functions and techniques
sailajam21
 
Introduction to Design of Machine Elements
PradeepKumarS27
 
Set Relation Function Practice session 24.05.2025.pdf
DrStephenStrange4
 
Biomechanics of Gait: Engineering Solutions for Rehabilitation (www.kiu.ac.ug)
publication11
 
MAD Unit - 2 Activity and Fragment Management in Android (Diploma IT)
JappanMavani
 
GTU Civil Engineering All Semester Syllabus.pdf
Vimal Bhojani
 
Solar Thermal Energy System Seminar.pptx
Gpc Purapuza
 
Damage of stability of a ship and how its change .pptx
ehamadulhaque
 
MAD Unit - 1 Introduction of Android IT Department
JappanMavani
 
Thermal runway and thermal stability.pptx
godow93766
 
VITEEE 2026 Exam Details , Important Dates
SonaliSingh127098
 
PORTFOLIO Golam Kibria Khan — architect with a passion for thoughtful design...
MasumKhan59
 
Depth First Search Algorithm in 🧠 DFS in Artificial Intelligence (AI)
rafeeqshaik212002
 
Zilliz Cloud Demo for performance and scale
Zilliz
 
Evaluation and thermal analysis of shell and tube heat exchanger as per requi...
shahveer210504
 
Design Thinking basics for Engineers.pdf
CMR University
 
The Role of Information Technology in Environmental Protectio....pptx
nallamillisriram
 
265587293-NFPA 101 Life safety code-PPT-1.pptx
chandermwason
 
Mechanical Design of shell and tube heat exchangers as per ASME Sec VIII Divi...
shahveer210504
 
原版一样(Acadia毕业证书)加拿大阿卡迪亚大学毕业证办理方法
Taqyea
 

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.