menu search
brightness_auto
Ask or Answer anything Anonymously! No sign-up is needed!
more_vert

6 Answers

more_vert
Python is an easy to learn ,object oriented programming language which can be applied in many areas.

There are many application for python but the most popular ones will be mentioned in this write up

Python can be useful in web development.. How??web framework that are based on python like Flask and Django can be used for web development.. Infact,recently they have become so popular in web development.The web framework helps you create server side code(backend code) in python.The back end code runs on your server not on users device.The code that runs on the users device is the front end code.Browsers also run on user device.

The web framework is very important because it makes it easier to build common back end logic(mapping different URL to a slew of python codes,dealing with databases,generating HTML files that users see on their browser?)

Python can also be useful in the areas of data science and scripting but those are stories for another day.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
Python used in these areas:

Web development

Game Development

Machine Learning

Artificial Intelligence

Data Science

Data Visualization
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
1. Web Development: Python is widely used for web development, from simple web applications to complex web-based applications.

2. Data Science: Python is one of the most popular programming languages for data science and machine learning. It's well-suited for analyzing, visualizing, and manipulating large data sets.

3. Scripting: Python can be used to automate tasks and simplify complex processes. It's an excellent choice for scripting, as it has a wide range of libraries and tools to help you accomplish your goals.

4. Desktop GUI Applications: Python is an excellent choice for creating desktop GUI applications. It has a wide range of GUI frameworks, such as PyQt, PySide, and wxPython, that make it easy to create powerful graphical user interfaces.

5. Mobile Applications: Python can be used to create mobile applications for both Android and iOS devices. There are several frameworks and libraries available for building mobile applications with Python.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
Python is used in a variety of areas including web development, scientific computing, data analysis, artificial intelligence, machine learning, automation, game development, and more. It's a versatile language with a wide range of applications.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
There are many areas where Python can be used, but some of the most common are software development, data science, scientific computing, and web development.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
Python is used in the following areas 

1. Web development 

2.game development 

3. Data science 

4. Scripting 

5. Mobile application 
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
Welcome to Answeree, where you can ask questions and receive answers from other members of the community.
...