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.

  • Jesse@lemmy.ml
    link
    fedilink
    arrow-up
    7
    ·
    3 years ago

    Well @AgreeableLandscape@lemmy.ml has the real information we think you’re looking for, which is the GUI/executable aspect. Otherwise python programs/scripts run cross-platform as long as the code itself is designed for that. Depending on what you’re doing, you’ll have to account for interacting with the OS differently, but also include if-else statements to identify the OS, etc.