Can python develop apps?
Python can develop apps. For example, we can use kivy to develop Android APPs. Kivy is a set of open source frameworks specifically used for cross-platform rapid application development. It is written in Python and Cython and has very good support for multi-touch. Not only
It allows developers to quickly complete concise interactive prototype design, and also supports code reuse and deployment. It is definitely an amazing NUI framework.
The main architecture of Kivy is developed by the Kivy organization, and Python is used for Android, Kivy iOS and many other libraries are used on all platforms.
In 2012, Kivy received a $5,000 grant from the Python Software Foundation to port Kivy to Python 3.3.
Kivy also supports Raspberry Pi sponsored by Bountysource.
Its architecture includes all the elements needed to build an application, such as: support for many inputs, such as mouse, keyboard, touch user interface (TUIO) and operating system-specific multi-touch events, using only OpenGL ES 2 graphics functions
Library, based on Vertex Buffer Object and shaders, supports multi-touch complex controls, and an intermediate language (Kv) is used to simplify the design of custom controls.
Kivy has improved the PyMT project and is recommended for new projects.