QPython 3L - Python for Androi

Contains ads
3.8
10.3K reviews
1M+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

# About QPython 3L
QPython is the Python engine for android. It contains some amazing features such as Python interpreter, runtime environment, editor, QPYI and SL4A library. It makes it easy for you to use Python on Android. And it's FREE.

QPython already has millions of users worldwide and it is also an open source project.

For different usage scenarios, QPython has two branches, namely QPython Ox and 3x.

QPython Ox is mainly aimed at programming learners, and it provides more friendly features for beginners.

This is the QPython 3L, it is mainly for experienced Python users, and it provides some advanced technical features.

# Amazing Features
- Offline Python 3 interpreter: no Internet is required to run Python programs
- It supports running multiple types of projects, including: console program, SL4A program, webapp program
- Convenient QR code reader for transferring codes to your phone
- QPYPI and a custom repository for prebuilt wheel packages for enhanced scientific libraries, such as numpy, scipy, matplotlib, scikit-learn etc
- Easy-to-use editor
- INTEGRATED & EXTENDED SCRIPT LAYER FOR ANDROID LIBRARY (SL4A): IT LETS YOU DRIVE THE ANDROID WORK WITH PYTHON
- Good documentation and customer support


# SL4A Features
With SL4A features, you can use Python programming to control Android work:

- Android Apps API, such as: Application, Activity, Intent & startActivity, SendBroadcast, PackageVersion, System, Toast, Notify, Settings, Preferences, GUI
- Android Resources Manager, such as: Contact, Location, Phone, Sms, ToneGenerator, WakeLock, WifiLock, Clipboard, NetworkStatus, MediaPlayer
- Third App Integrations, such as: Barcode, Browser, SpeechRecongition, SendEmail, TextToSpeech
- Hardwared Manager: Carmer, Sensor, Ringer & Media Volume, Screen Brightness, Battery, Bluetooth, SignalStrength, WebCam, Vibrate, NFC, USB

[ API Documentation Link ]
https://github.com/qpython-android/qpysl4a/blob/master/README.md

[ API Samples ]
https://github.com/qpython-android/qpysl4a/issues/1

[ IMPORTANT NOTE ]
IT MAY REQUIRE THE BLUETOOTH / LOCATION / READ_SMS / SEND_SMS / CALL_PHONE AND OTHER PERMISSIONS, SO THAT YOU CAN PROGRAM ITH THESE FEATURES. QPYTHON WILL NOT USE THESE PERMISSIONS IN BACKGROUND.

IF YOU GET EXCEPTION IN RUNTIME WHILE USING SL4A API, PLEASE CHECK WHETHER THE RELEVANT PERMISSIONS IN THE SYSTEM SETTINGS ARE ENABLED.

# How To Get Professional Customer Support
Please follow the guide to get support https://github.com/qpython-android/qpython/blob/master/README.md

[ QPython community ]
https://www.facebook.com/groups/qpython

[ FAQ ]
A: Why can't I use the SMS API of SL4A
Q: Because Google Play and some app stores have strict requirements on the permissions of apps, in QPython 3x, we use x to distinguish branches with different permissions or appstores. For example, L means LIMITED and S means SENSITIVE.
Sometimes you cannot use the corresponding SL4A APIs because the version you installed does not have the corresponding permissions, so you can consider replace what you have installed with the right one.

You can find other branches here:
https://github.com/qpython-android/qpython3/releases
Updated on
4 Feb 2020

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region and age The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

3.9
9.58K reviews
Adam Raber
4 March 2023
Easily the best python running app out there, esp with the normal console that you'd have on a computer and being able to access external text files within code. I was able to make my own spanish quizzing software! however there's something wrong with the saving as sometimes I'll lose my work which is heartbreaking. I think it has something to do with the "exiting - would you like to save first" window because it seems okay when I hit the save button at the bottom.
20 people found this review helpful
Did you find this helpful?
A Google user
1 May 2019
Its a solid IDE. The shell itself is alright. I'd like to have the option to change the font, much like how you can change the font in the editor (Gotta get that monospace). The editor is alright too. The find and replace function is lacking though. Its definitely not perfect, but its Python on Android. What do you expect? It allows me to waste time, and I appreciate that.
244 people found this review helpful
Did you find this helpful?
Eliot (UnknownVir)
6 September 2020
Not super comfortable and had some issues. Uses a non-standard 4 spaces on tab and doesn't allow changing this default. While you can run scripts from other folders it doesn't default the path to that folder but instead keeps the default which messes up import statements. No auto save. No tkinter for gui. Overall, solidly does the job but worse than a competitor which has ads. If you're only planning to write and run them through this program it should serve you well.
179 people found this review helpful
Did you find this helpful?

What's new

What's NEW with v3.0.0

The first version of the QPython project has been restarted, with a new name

- It added the qsl4ahelper as a built-in package
- It added a QPySL4A App project sample into built-in editor, you can create QSLAApp by creating an project
- It rearranged permissions
- It fixed ssl error bugs

Visit https://www.qpython.org/en/qpython_3x_featues.html to get more detail.