Beeware – Android and iOS Apps in Python

This looks interesting!

One codebase. Multiple apps.

BeeWare allows you to write your app in Python and release it on multiple platforms. No need to rewrite the app in multiple programming languages. It means no issues with build tools, environments, compatibility, etc.

Python native tools…

Python has proven itself as a highly capable language - approachable for newcomers, but powerful in the hands of experts. Why shouldn’t you be able to use Python everywhere that you need to tell a computer to do something? And shouldn’t your tools exploit all the capabilities of Python as a language, not just the bits that map nicely to a C binding?

…on mobile & desktop…

Modern computing doesn’t happen in an 80x25 console window. It happens on phones, tablets, and desktop machines with rich user interfaces. Shouldn’t you be able to use Python in all those locations, and exploit the unique capabilities of those platforms ?

…behaving natively.

End users shouldn’t have to care what language their tools are written in. And that starts with looking and behaving like completely native tools . Native appearance, native behavior, delivered in the way a native app is delivered. Why shouldn’t your Python tools fit in just as well as a native tool?

This is BeeWare.

This is what BeeWare provides. Tools to help you write Python code with a rich, native user interface ; and the libraries and support code necessary to get that code running on iOS, Android, macOS, Linux, Windows, tvOS, and more .

1 Like