what are the applications of python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what are the applications of python

please tell about python's applications and benefits

27th Apr 2019, 5:40 AM
Thamil Selvan
Thamil Selvan - avatar
4 Answers
+ 1
1.android applications 2.desktop applications 3.web applications 4.data science 5.mechin learning 6.Artificial intelligence mor details visit python's official site (https://www.python.org/about/apps/)
27th Apr 2019, 5:43 AM
Thamil Selvan
Thamil Selvan - avatar
+ 5
You already know the answer.
27th Apr 2019, 7:16 AM
Sonic
Sonic - avatar
+ 1
Python can be embedded into other programs and controlled via a C API (similar to something like Lua), giving you access to Python scripts from C/C++ or giving a user access to scripting behavior for your application. (https://docs.python.org/3/extending/embedding.html) Python also has a runtime environment that can interpret Python scripts to do tasks on your computer. The community has developed countless libraries that you can import that allow you to do all kinds of tasks, such as manage a file system, UI, 3D rendering, etc.
27th Apr 2019, 5:44 AM
Coordinate Newton
Coordinate Newton - avatar
0
. (https://docs.python.org/3/extending/embedding.html) this link not work 404 error page not found
27th Apr 2019, 5:50 AM
Thamil Selvan
Thamil Selvan - avatar