SlideShare a Scribd company logo
1 of 3
Download to read offline
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

SOFIA Poster (Abstract) - ADK RED DSDM. INDRA-ESI
SOFIA Poster (Abstract) - ADK RED DSDM. INDRA-ESISOFIA Poster (Abstract) - ADK RED DSDM. INDRA-ESI
SOFIA Poster (Abstract) - ADK RED DSDM. INDRA-ESISofia Eu
 
Python course hyderabad 14
Python course hyderabad 14Python course hyderabad 14
Python course hyderabad 14AshishApponix
 
Python course hyderabad 11
Python course hyderabad 11Python course hyderabad 11
Python course hyderabad 11AshishApponix
 

What's hot (6)

PrakashSahoo
PrakashSahooPrakashSahoo
PrakashSahoo
 
SOFIA Poster (Abstract) - ADK RED DSDM. INDRA-ESI
SOFIA Poster (Abstract) - ADK RED DSDM. INDRA-ESISOFIA Poster (Abstract) - ADK RED DSDM. INDRA-ESI
SOFIA Poster (Abstract) - ADK RED DSDM. INDRA-ESI
 
Picmet10 r0350
Picmet10 r0350Picmet10 r0350
Picmet10 r0350
 
Resume_PraveenKumar
Resume_PraveenKumarResume_PraveenKumar
Resume_PraveenKumar
 
Python course hyderabad 14
Python course hyderabad 14Python course hyderabad 14
Python course hyderabad 14
 
Python course hyderabad 11
Python course hyderabad 11Python course hyderabad 11
Python course hyderabad 11
 

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

Migration of Applications to Python is the most prudent Decision
Migration of Applications to Python is the most prudent DecisionMigration of Applications to Python is the most prudent Decision
Migration of Applications to Python is the most prudent DecisionMindfire LLC
 
Python programming for beginners
Python programming for beginnersPython programming for beginners
Python programming for beginnersBenishchoco
 
Python – The Fastest Growing Programming Language
Python – The Fastest Growing Programming LanguagePython – The Fastest Growing Programming Language
Python – The Fastest Growing Programming LanguageIRJET Journal
 
Fantasy cricket game using python(intershala project)
Fantasy cricket game using python(intershala project)Fantasy cricket game using python(intershala project)
Fantasy cricket game using python(intershala project)Rr
 
PYTHON CURRENT TREND APPLICATIONS- AN OVERVIEW
PYTHON CURRENT TREND APPLICATIONS- AN OVERVIEWPYTHON CURRENT TREND APPLICATIONS- AN OVERVIEW
PYTHON CURRENT TREND APPLICATIONS- AN OVERVIEWEditorIJAERD
 
Introduction to python updated
Introduction to python   updatedIntroduction to python   updated
Introduction to python updatedchakrib5
 
Python and its applications
Python and its applicationsPython and its applications
Python and its applicationsmohakmishra97
 
Final presentation on python
Final presentation on pythonFinal presentation on python
Final presentation on pythonRaginiJain21
 
Type of apps that can be developed using python
Type of apps that can be developed using pythonType of apps that can be developed using python
Type of apps that can be developed using pythonSemidot Infotech
 
Introduction of python programming
Introduction of python programmingIntroduction of python programming
Introduction of python programmingNitin Kumar Kashyap
 
Why Your Business Should Leverage Python App Development in 2023.pptx
Why Your Business Should Leverage Python App Development in 2023.pptxWhy Your Business Should Leverage Python App Development in 2023.pptx
Why Your Business Should Leverage Python App Development in 2023.pptxOnGraph Technologies Pvt. Ltd.
 
Difference between python and cython
Difference between python and cythonDifference between python and cython
Difference between python and cythonMindfire LLC
 
Why is Python becoming indispensable in IoT Industry
Why is Python becoming indispensable in IoT IndustryWhy is Python becoming indispensable in IoT Industry
Why is Python becoming indispensable in IoT IndustryMindfire LLC
 
PYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRY
PYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRYPYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRY
PYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRYijpla
 
Python quick guide1
Python quick guide1Python quick guide1
Python quick guide1Kanchilug
 

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

Migration of Applications to Python is the most prudent Decision
Migration of Applications to Python is the most prudent DecisionMigration of Applications to Python is the most prudent Decision
Migration of Applications to Python is the most prudent Decision
 
Python programming for beginners
Python programming for beginnersPython programming for beginners
Python programming for beginners
 
Python – The Fastest Growing Programming Language
Python – The Fastest Growing Programming LanguagePython – The Fastest Growing Programming Language
Python – The Fastest Growing Programming Language
 
Fantasy cricket game using python(intershala project)
Fantasy cricket game using python(intershala project)Fantasy cricket game using python(intershala project)
Fantasy cricket game using python(intershala project)
 
PYTHON CURRENT TREND APPLICATIONS- AN OVERVIEW
PYTHON CURRENT TREND APPLICATIONS- AN OVERVIEWPYTHON CURRENT TREND APPLICATIONS- AN OVERVIEW
PYTHON CURRENT TREND APPLICATIONS- AN OVERVIEW
 
Introduction to python updated
Introduction to python   updatedIntroduction to python   updated
Introduction to python updated
 
Python and its applications
Python and its applicationsPython and its applications
Python and its applications
 
Final presentation on python
Final presentation on pythonFinal presentation on python
Final presentation on python
 
What makes python 3.11 special
What makes python 3.11 special What makes python 3.11 special
What makes python 3.11 special
 
Introduction To Python
Introduction To PythonIntroduction To Python
Introduction To Python
 
Python Online From EasyLearning Guru
Python Online From EasyLearning GuruPython Online From EasyLearning Guru
Python Online From EasyLearning Guru
 
Type of apps that can be developed using python
Type of apps that can be developed using pythonType of apps that can be developed using python
Type of apps that can be developed using python
 
Introduction of python programming
Introduction of python programmingIntroduction of python programming
Introduction of python programming
 
Summer Training Project.pdf
Summer Training Project.pdfSummer Training Project.pdf
Summer Training Project.pdf
 
Why Your Business Should Leverage Python App Development in 2023.pptx
Why Your Business Should Leverage Python App Development in 2023.pptxWhy Your Business Should Leverage Python App Development in 2023.pptx
Why Your Business Should Leverage Python App Development in 2023.pptx
 
Difference between python and cython
Difference between python and cythonDifference between python and cython
Difference between python and cython
 
Why is Python becoming indispensable in IoT Industry
Why is Python becoming indispensable in IoT IndustryWhy is Python becoming indispensable in IoT Industry
Why is Python becoming indispensable in IoT Industry
 
PYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRY
PYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRYPYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRY
PYTHON- AN APPETITE FOR THE SOFTWARE INDUSTRY
 
Python quick guide1
Python quick guide1Python quick guide1
Python quick guide1
 
Python
PythonPython
Python
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 

Recently uploaded (20)

Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 

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.