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/)
+ 5
You already know the answer.
+ 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.
0
. (https://docs.python.org/3/extending/embedding.html)
this link not work 404 error page not found