Can you recommend any cross platform Python app development frameworks where you write code once and it can be deployed to Linux, Android, Windows, MacOS and iOS.

    • AgreeableLandscape
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      edit-2
      3 years ago

      Any package that need access to hardware or the kernel would need to directly use operating system APIs. For example, a package that accesses LM_SENSORS on Linux wouldn’t work on Windows because the API would be completely different.