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.

  • solrize@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    3 months ago

    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).

    • cybericOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 months ago

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

      • solrize@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 months ago

        On a phone?! Maybe write your programs on a desktop, then move them to the phone.

        • cybericOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          3 months ago

          Well the dream is to write little programs while traveling

          • solrize@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            3 months ago

            Get a small laptop, really. Don’t expect to code on a phone. You can run an sshd under termux and an ide on the laptop, I guess, to easily push code to the phone. You can even run emacs on the phone and use it through ssh (IDEs are for hipsters anyway). But what kinds of programs are these? If they don’t have to run on the phone, a laptop with a normal dev environment will be a lot nicer.