Thursday 4 July 2019

Applications of Python

Applications of Python:

1) Web Applications:

By using the Python we can develop Web Applications as it gives predefined libraries to manage internet protocols example HTML and XML, JSON, Email processing.


2) Desktop GUI Applications
3) Software Development
4) Scientific and Numeric

Python is popular and widely used in scientific and numeric computing. Some useful libraries and packages are SciPy, Pandas, Python, etc. SciPy is a group of packages of engineering, science and mathematics.

5) Business Applications

Python is also used to build ERP(Enterprise Resource Planning ) and E-commerce systems:

Here ERP means: business process management software that allows an organization to use a system of integrated applications to manage the business and automate many back-office functions related to technology, services and human resources.

Example of E-Commerce: Amazon, Flipcart,...etc

6) Console Based Application
We can use Python to develop console-based applications. For example: IPython.

7) Audio or Video-based Applications
Python is awesome to perform multiple tasks and can be used to develop multimedia applications.

Some of the real applications are:
·         Instagram. It uses Python on its backend. ...
·         Google. Google is the most widely used search engine in the world with over 75% of the market share. ...
·         Netflix. ...
·         Uber. ...
·         Dropbox. ...
·         Pinterest. ...

8) 3D CAD Applications
To create CAD application Fandango is a real application that provides full features of CAD.

Python is a prerequisite for Artificial Intelligent and Cloud Programming.

See the related video:

https://youtu.be/ac92MIW8syQ
 https://youtu.be/ghJ8t7oKwoU

Next topic: How to install Python
Previous Topic: Features of Pythons


You may like the following topics:



1 comment:

Files with Exception handling

#Ask the user to take two input integer values var a,b try:     a=int(input("enter any integer value:"))     b=int(input(&qu...