python是移动应用程序的首选语言?(is python the preferred language for mobile applications?)

编程入门 行业动态 更新时间:2024-10-24 04:36:24
python是移动应用程序的首选语言?(is python the preferred language for mobile applications?)

很多朋友都在使用Python来构建他们的移动应用程序和游戏。

python是开发者用于移动应用程序的首选语言? 如果是这样,为什么?

a lot of my friends are using Python to build their mobile applications and games.

is python the preferred language for mobile applications for developers? if so, why?

最满意答案

不,没有用于移动开发的首选语言。 每个移动平台都有自己的支持语言或一组受支持的语言。 Android主要使用Java进行编程(尽管也支持C ++和Python开发),而iPhone则使用Objective-C进行编程。 移动设备的一个常见主题是将应用程序的核心功能作为web服务来实现,然后为特定的移动平台实现UI,该移动平台是Web服务的瘦客户端。 尽管用户可以使用该平台支持的任何语言编写用户界面,但用于Web服务的语言可以是您选择在Web服务器上运行的任何编程语言。 如果您使用云计算服务,那么该服务将支持任何语言(例如,如果您使用Google AppEngine,则Python和Java都是受支持的语言)。

No, there is no preferred language for mobile development. Each mobile platform has its own supported language or set of supported languages. Android is programmed primarily with Java (although development in C++ and Python are also supported), while the iPhone is programmed with Objective-C. A common theme in mobile is to implement the core functionality of the application as a webservice, and then to implement a UI for a specific mobile platform that is a thin client to the web service. While the UI will be written in whichever language(s) are supported by the platform, the language that you use for the webservice can be whatever programming language(s) you choose to run on your webserver. If you use a cloud computing service, then that would be whatever languages are supported by that service (e.g. if you use Google AppEngine, then Python and Java are both supported languages).

更多推荐

本文发布于:2023-07-15 21:57:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1119332.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:应用程序   首选   语言   python   applications

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!