this post was submitted on 26 Mar 2024
0 points (NaN% liked)

Android

27508 readers
160 users here now

DROID DOES

Welcome to the droidymcdroidface-iest, Lemmyest (Lemmiest), test, bestest, phoniest, pluckiest, snarkiest, and spiciest Android community on Lemmy (Do not respond)! Here you can participate in amazing discussions and events relating to all things Android.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules


1. All posts must be relevant to Android devices/operating system.


2. Posts cannot be illegal or NSFW material.


3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.


4. Non-whitelisted bots will be banned.


5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.


6. Memes are not allowed to be posts, but are allowed in the comments.


7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.


8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.


Community Resources:


We are Android girls*,

In our Lemmy.world.

The back is plastic,

It's fantastic.

*Well, not just girls: people of all gender identities are welcomed here.


Our Partner Communities:

!android@lemmy.ml


founded 1 year ago
MODERATORS
0
submitted 5 months ago* (last edited 5 months ago) by cyberic@discuss.tchncs.de to c/android@lemmy.world
 

I'm looking for an Android python ~~compiler~~ interpreter that runs locally on my phone. Any suggestions are appreciated. FOSS apps preferred of course.

Edit: changed compiler to interpreter

Edit 2: I ended up going with Pydroid3. I wish there was a FOSS alternative.

top 5 comments
sorted by: hot top controversial new old
[–] testfactor@lemmy.world 0 points 5 months ago (1 children)

You're gonna get mocked for saying compiler instead of interpreter, since python isn't compiled.

But, to answer the spirit of your question, I've had good experiences with "Pydroid 3." Clean interface and gets the job done.

[–] skilltheamps@feddit.de 0 points 5 months ago* (last edited 5 months ago)

Well it is compiled to byte code in a first step, and this byte code then gets processed by the interpreter. Now Java does the exact same thing: gets compiled to byte code which then gets executed by the jvm (java virtual machine), which is essentially a interpreter that is just a little simpler than the python one (has fewer types for example). And yet, nobody talks about a java interpreter

[–] solrize@lemmy.world 0 points 5 months ago (1 children)

You can run Python under Termux if that suffices. If you want to write gui apps in python, look at kivy.org though it is maybe not so easy to use (I have not tried it).

[–] cyberic@discuss.tchncs.de 0 points 5 months ago (1 children)

I'm mostly looking for an IDE that can work with it if possible

[–] andre4k14@feddit.de 0 points 5 months ago

(Acode + Python Plugin) + Termux You can install them via F-Droid