Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
14 views

Top 5 Python Applications in The Real World You Need To Know

The document discusses 5 real world applications of Python including web development, game development, machine learning and artificial intelligence, data science and data visualization, and desktop GUI development. It provides details on popular Python frameworks and libraries that can be used for each application.

Uploaded by

Jyoti Gupta
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Top 5 Python Applications in The Real World You Need To Know

The document discusses 5 real world applications of Python including web development, game development, machine learning and artificial intelligence, data science and data visualization, and desktop GUI development. It provides details on popular Python frameworks and libraries that can be used for each application.

Uploaded by

Jyoti Gupta
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

Top 5 Python

Applications in the Real


World You Need to
Know
A Highly Expressive
Programming Language…

2
Introduction to Python
Python is free and simple to learn.
Its primary features are that it is high-
level, dynamically typed and interpreted.
This makes debugging of errors easy and encourages the rapid development of
application prototypes, marking itself as the language to code with. 
Python was developed in 1989 by Guido Van Rossum and emphasizes on
the DRY (Don’t Repeat Yourself) principle and readability.

3
1 Web Development

• Python can be used to make web-applications at a rapid rate. You can learn python from
online python course.

• There is common-backend logic that goes into making these frameworks and a number of libraries
that can help integrate protocols such as HTTPS, FTP, SSL etc. and even help in the processing of
JSON, XML, E-Mail and so much more.

• Some of the most well-known frameworks are Django, Flask, Pyramid.

4
2 Game Development

• Python is also used in the development of interactive games.

• There are libraries such as PySoy which is a 3D game engine supporting Python
3, PyGame which provides functionality and a library for game development.

• Games such as Civilization-IV, Disney’s Toontown Online, Vega Strike etc. have
been built using Python.

5
Machine Learning
3 and Artificial
Intelligence

• Machine Learning and Artificial Intelligence are the talks of the town as they yield the most
promising careers for the future.

• We make the computer learn based on past experiences through the data stored or better yet,
create algorithms which makes the computer learn by itself.

• Python support for this domain with the libraries that exist already such as Pandas, Scikit-
Learn, NumPy etc.

6
4 Data Science and Data
Visualization
▪ Data is money if you ▪ You study the data ▪ You can even
know how to extract you have, perform visualize the data
relevant information operations and libraries such
which can help you extract the as Matplotlib, Seabor
take calculated risks information n, which are helpful
and increase profits. required. Libraries in plotting
 such as Pandas, graphs etc. This is
NumPy help you in what Python offers
extracting you to become a Data
information. Scientist.

7
5 Desktop GUI

• We use Python to program desktop applications.

• It provides the Tkinter library that can be used to develop user interfaces.

• There are some other useful toolkits such as the wxWidgets, Kivy, PYQT that can be used to
create applications on several platforms.

• You can start out with creating simple applications such as Calculators, To-Do apps and go ahead
and create much more complicated applications.

8
THANKS!
Phone No. - 9212172602
Website URL –
QUERY@CETPAINFOTECH.COM
Email Address – https://www.cetpainfotech.com/

You might also like