Releases: qpython-android/qpython
QPython v3.2.3
What's NEW
- Python Interpreter upgrade as 3.11.0
- Terminal supports multiple options
- Improved some user experience
Install Python OS v3.2.3
You can install the apk by downloading the qpython_os_2023-02-04_ol.apk ;
更新
- Python 环境升级为 3.11.0
- 终端支持多种选择
- 改进了部分使用体验
- 进行了大量测试
安装 QPython OS v3.2.3
- 下载 qpython_os_2023-02-04_ol.apk
- 传送到 Android 手机中直接安装
QPython v3.0.1
What's NEW
- Add privacy pop up window
- Add keep Alive Mode which allow you to run background scripts.
- Update some bugs
Install QPython OS v3.0.1
You can install the apk by downloading the attachment, please unzip after downloading.
QPython Ox(v3.0.0-BETA2)
What's NEW
This is the first version after we restarting the QPython project
IT IS IN BETA1, PLEASE HELP TO TEST.
- Python 3, Python 2, QPyNotebook is integrated locally by default
- It added the qsl4ahelper as a built-in package
- It rearranged permissions
- It fixed ssl error bugs
- It improved default scripts / projects / Notebooks
More detail please take a look QPython Ox's ChangeLog
Install QPython OL v3.0.0
Please wait some time, we will release it into google play when it is stable.
Install QPython OS v3.0.0
You can install the apk by downloading the attachment, please unzip after downloading.
FAQ
A: Why are there so many branches?
Q: Because Google Play and some appstores have strict requirements for
application permissions, they require different permissions, we use different branch codes,
for example, O means it is QPython 3+2, L means LIMITED, S means SENSITIVE permission is required.
A: I know there was a QPython before, what is the difference between it and QPython 3x?
Q: It is now called QPython Ox now, which is mainly aimed at programming learners, and
it provides more friendly features for beginners. QPython 3x is mainly for experienced
Python users, and it provides some advanced technical features.
v2.6.0
QPython L
Compared to google play's version (https://play.google.com/store/apps/details?id=org.qpython.qpy) and feature.
This version contains some extra permissions, like:
- WRITE_SMS
- READ_SMS
- READ_PHONE_STATE
- CALL_PHONE
- READ_CALL_LOG
- PROCESS_OUTGOING_CALLS
- READ_CONTACTS
- GET_ACCOUNTS
- SYSTEM_ALERT_WINDOW
- RECEIVE_BOOT_COMPLETED
- ACCESS_SUPERUSER
- MOUNT_UNMOUNT_FILESYSTEMS
- READ_EXTERNAL_STORAGE
And our privacy: https://www.qpython.org/privacy.html
v2.4.3
v2.4.x
v2.4.2-2 is released (2018/9/28)
- Added tab key in terminal
v2.4.2-1 (2018/9/26)
- Added dropbear SSH toolkit
- Fix some bugs
v2.4.1 (2018/9/14)
- Fixed pip block issue
- Added notebook in terminal
- Removed some unused files
v2.4.0
This is a big update for QPython, after installing it, you can get Py2.7.15 and Py3.3.6 all in one.
- Brand new Python 2 (2.7.15)
- Built-in Python 3 plug-in in QPython setting (Py3.6.6)
- Built-in Pygame support (For Py2 only now)
- Built-in Notebook plug-in (Support Py2 and Py3)
- New PIP tool (Supports more libraries)
- Many amazing improvements
New Libraries
- Numpy for Py2 and Py3
- Pyjnius for Py2
- QSl4ahelper for Py2
FAQ
Q: Why should I have to upgrade ?
A: You can get the Py2.7.15 and 3.6.6 (You can switch to Python 3 from QPython's setting) after installing. Besides this, you can have newer PIP package which can install many pure python packages.
Q: Why can't I install other Python packages after installing the QPython v2.4.0 ?
A: Did you new install it ? If not, please try to clear data from QPython's setting => storage & permission => clear data.
Q: Why can't I see other packages after installing?
A: We have changed the Python core, and old packages should be tested or recompiled. After we having completed that, we will re-published them.
Q: What packages do you want to support in the future?
A: We will try to support more and more packages in the future, our recent main work is to improve the cross compile toolchain, now we have completed it, and we are able to support more packages.
Q: Why should I install QPyNotebook again when switch to Python 3 after I having installed it when I used Python 2.
A: Yes, you need to install it again for the Python 3 again, for the QPyNotebook was separated the py2 and py3 branch, every time you install it, you were installing the branch for the python interpreter your were using.
Q: Why can't I see kivy support in this version?
A: Kivy is not a built-in library by default, and we are porting it to adjust the newest python core, now you could try the QSL4A (Checkout a sample project https://github.com/qpython-android/sample-qsl4a/ ) to develop app or pygame to develop game with QPython.
中文用户
v2.4.0
这是一个大版本更新,安装后,你可以同时拥有 Py2.7.15 和 Py3.6.6 以及许多更赞的新特性
- 全新的 Python 2 (2.7.15)
- 加入 Python 3 插件 (Py3.6.6)
- 内置支持安卓SDL2的 Pygame 库 (Py2 only now)
- 内置 Notebook 插件 (Support Py2 and Py3)
- 全新 PIP 客户端,支持安装更多的 Python 库
- 许多让人称赞的改进
新的库
- Numpy for Py2 and Py3
- Scipy for Py3
- QSl4ahelper (开发原生体验的应用)
BAIDU CLOUD DISK
链接: https://pan.baidu.com/s/1P4EkYDZp4nGe22K0D6MjAw 密码: ed6z
v2.3.2
v2.3.2 is in BETA
This is a big update for QPython, after installing it, you can get Py2.7.15 and Py3.3.6 all in one.
- New Python 2 (2.7.15)
- Python 3 builtin (Py3.6.6)
- Notebook plugin (Support Py2 and Py3)
- New PIP (Supports more libraries)
- Many improvements
FAQ
Q: Why should I have to upgrade ?
A: You can get the Py2.7.15 and 3.6.6 (You can switch to Python 3 from QPython's setting) after installing. Besides this, you can have newer PIP package which can install many pure python packages.
Q: Why can't I install other Python packages after installing the QPython v2.3.0 ?
A: Did you new install it ? If not, please try to clear data from QPython's setting => storage & permission => clear data.
Q: Why can't I see other packages after installing?
A: We have changed the Python core, and old packages should be tested or recompiled. After we having completed that, we will re-published them.
Q: What packages do you want to support in the future?
A: We will try to support more and more packages in the future, our recent main work is to improve the cross compile toolchain, now we have completed it, and we are able to support more packages.
Q: Why should I install QPyNotebook again when switch to Python 3 after I having installed it when I used Python 2.
A: Yes, you need to install it again for the Python 3 again, for the QPyNotebook was separated the py2 and py3 branch, every time you install it, you were installing the branch for the python interpreter your were using.
How to download
From attachment:
Global version
Qpython_2018-09-02_google.apk (Global)
CN版本
链接: https://pan.baidu.com/s/1P4EkYDZp4nGe22K0D6MjAw 密码: ed6z
v2.3.1
v2.3.1 is in BETA
This is a big update for QPython, after installing it, you can get Py2.7.15 and Py3.3.6 all in one.
- New Python 2 (2.7.15)
- Python 3 builtin (Py3.6.6)
- New PIP (Supports more libraries)
- Many improvements
FAQ
Q: Why should I have to upgrade ?
A: You can get the Py2.7.15 and 3.6.6 (You can switch to Python 3 from QPython's setting) after installing. Besides this, you can have newer PIP package which can install many pure python packages.
Q: Why can't I install other Python packages after installing the QPython v2.3.0 ?
A: Did you new install it ? If not, please try to clear data from QPython's setting => storage & permission => clear data.
Q: Why can't I see other packages after installing?
A: We have changed the Python core, and old packages should be tested or recompiled. After we having completed that, we will re-published them.
Q: What packages do you want to support in the future?
A: We will try to support more and more packages in the future, our recent main work is to improve the cross compile toolchain, now we have completed it, and we are able to support more packages.
How to download
From attachment:
Global version
Qpython_2018-08-12_google.apk (Global)
Chinese version (中文版本)
Qpython_2018-08-12_cn.apk (Chinese)
链接: https://pan.baidu.com/s/1O0C7LsRs0SHbErJAGkh-wQ 密码: rz4n
v2.2.4-CN
What's NEW in v2.2.4-6(CN)
+支持微信登录(可以使用云存储服务和GIST服务)
+编辑器自动缩紧
+增加了gist服务
+修正了SL4A->execQpy错误
+修正了一些其他bugs
+在主面板将课程和社区移到更多
百度网盘
链接: https://pan.baidu.com/s/1-wE0m4uvX90nCrlYrDo6wg 密码: 9vjh
For english users
If you want the Global branch(Global version) , please check it out