this post was submitted on 16 Jan 2022
10 points (100.0% liked)

Python

3186 readers
2 users here now

News and discussions about the programming language Python


founded 5 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] masu@lemmy.ml 5 points 2 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.