专业网站建设品牌,十四年专业建站经验,服务6000+客户--广州京杭网络
免费热线:400-683-0016      微信咨询  |  联系我们

python APP,Python的主要应用领域有哪些_python

当前位置:网站建设 > 技术支持
资料来源:网络整理       时间:2023/3/5 12:15:27       共计:3575 浏览
python APP以及Python的主要应用领域有哪些这样的疑问,小编汇总了相关问答给大家参考!

Python被广泛应用于:Web 和 Internet开发、科学计算和统计、人工智能、教育、桌面界面开发、软件开发

Python是动态语言,比较简洁。Android不直接支持使用python开发应用,需要使用其它中间件或者库。PythonForAndroid提供了在android平台上对python语言的支持;CLE支持python和java之间的交互,同时提供了一个通用的接口,可用于其它多种语言。

Wrapandroid project将android类封装为CLE对象,从而可以使多种语言可以调用android类。使用这三个组件,可以在android平台上直接使用python开发界面应用程序。

在android上开发python应用程序,编程和打包环境可以直接使用eclipse。

准备环境

a: 安装PythonForAndroid: http://code.google.com/p/android-scripting

b: CLE在程序运行的时候,自动从网络上安装,也可以下载库函数,放到工程中。开发需要java库文件starcore_android_r6.jar。文件在starcore_devfiles_r6.zip中,可以从http://code.google.com/p/cle-for-android下载

c: Wrapandroid项目库文件wrapandroid.jar,包含在压缩包http:/code.google.com/p/wrapandroid-for-multilaguage/download/wrapandroid_devfiles_0_8_6.rar中。

开始编程

a. 打开eclipse, 创建一个新的android project “introduction”

b. 如果要从网络安装,则需要添加许可权限:

c. 将库文件starcore_android_r6.jar和wrapandroid.jar到工程目录下,将这两个文件加入到工程中。

d. 编辑 IntroductionActivity.java,如下修改,加载python代码import com.srplab.wrapandroid.*;

public class IntroductionActivity extends WrapAndroidActivity {

/** Called when the activity is first created. */

@Override

public void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

setContentView(R.layout.main);

StarActivity._Call("DoAssetsFile", "python", "code.py");

}

}

同时在activity中设置下载标志为falsepublic class IntroductionActivity extends WrapAndroidActivity {

/** Called when the activity is first created. */

@Override

public void onCreate(Bundle savedInstanceState) {

DownloadFromNetFlag = false;

super.onCreate(savedInstanceState);

setContentView(R.layout.main);

StarActivity._Call("DoAssetsFile", "python", "code.py");

}

}

只不过此时生成的安装包大一些。

e. 编辑layout:main.xml.<?xml version="1.0" encoding="utf-8"?>

android:id="@+id/widget73"

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:orientation="vertical" >

android:id="@+id/widget45"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:text="@string/hello" />

android:id="@+id/widget74"

android:layout_width="220dp"

android:layout_height="48dp"

android:text="thank for your use"

android:typeface="serif"

android:textStyle="bold"

android:textColor="#ffff0000"

android:layout_x="284dp"

android:layout_y="220dp"

android:textSize="16dp"

/>

f. 在assets目录下,创建code.py文件.

推荐学习:《Python教程

优点: 开发效率高。

缺点: 执行效率低。

首先python适合开发的领域,不在桌面或手机app等前端的页面呈现。python适合的领域在于后台的数据分析、人工智能编程脚本和服务器自动化运维领域。适合app开发的编程语言,一般是java,目前主流的前端开发框架是uni-app,支持web端、Android/ios/小程序端的前端开发。建议在学习一门编程技术前,先弄清楚这门编程技术的适用场景,否则容易事半功倍。

总结,以上就是关于python APP以及Python的主要应用领域有哪些的经验分享,卡友有疑问可以加wx或扫码加群!
版权说明:
本网站凡注明“广州京杭 原创”的皆为本站原创文章,如需转载请注明出处!
本网转载皆注明出处,遵循行业规范,如发现作品内容版权或其它问题的,请与我们联系处理!
欢迎扫描右侧微信二维码与我们联系。
·上一条:python简单编程代码表白,新手怎样让学习python变得有趣_python | ·下一条:Python语言基础,Python的基本概念是什么_python
同类资讯

Copyright © 广州京杭网络科技有限公司 2005-2024 版权所有    粤ICP备16019765号 

广州京杭网络科技有限公司 版权所有