How can I make a python IDE for mobile?

This page summarizes the projects mentioned and recommended in the original post on /r/kivy

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • python-for-android

    Turn your Python application into an Android APK

  • The core steps are to compile CPython (well, or something else but CPython is most obvious) for the Android environment, work out how to pack it into your apk, then call it either via its C API or as a separate process. For the former you can read the python-for-android source code for an example. For the latter I'm not sure what the current state of things is as child process limitations have changed over time, but I think it's still possible one way or another. That's what termux probably does, I don't know if it has source available that you could look at.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts