Chaquopy: Python for Android

5.0
84 reviews
10K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

The Chaquopy SDK is the easiest way to use Python in your Android apps. It's distributed as a plugin for the standard Android build system. Download and installation is automated via Gradle, and takes only 5 minutes.

This open-source app is a demonstration of what you can build with Chaquopy. It includes:

* A REPL (read-eval-print loop) for interactive experimentation.
* An example of an Android activity written entirely in Python.
* An example of how to use a Python library in a normal Java activity.
* The SDK's complete unit test suite.

The core of Chaquopy is a lightweight but flexible Python/Java language interface, allowing you to access Java from Python or Python from Java. Freely intermix the two languages in your app, using whichever one is best for each situation. Most PyPI packages can also be automatically downloaded and built into your app.

For more details, see the Chaquopy website (https://chaquo.com/chaquopy), or view this app's source code on GitHub (https://github.com/chaquo/chaquopy).
Updated on
Dec 24, 2023

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

5.0
81 reviews
Mohan Bhimaneni
June 25, 2023
This app has fully developed idle. The experience is same as coding in the actual idle in pc. I would recommend this app if you are learning python and want to get used to the idle terminal platform. Writing long python scripts in this app would be a pain. I love the simplicity of this app. There are not ads whatsoever.
2 people found this review helpful
Did you find this helpful?
A Google user
April 4, 2020
Making the python's path global will be better, rather than placing it in root directory. And please add a python text editor. That will be best. Can you make this a full ide like qpython3? I will be grateful to you.
12 people found this review helpful
Did you find this helpful?
GTB7979
January 27, 2022
Not as feature rich as some but the "copy and paste" is flawless!! Now I just need to learn python........ I've been saying that for 2 years probably......ughhh.
2 people found this review helpful
Did you find this helpful?

What's new

* Remove vibration demo, since many devices have this disabled in settings.
* Update target API level to 34