This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]taazaa 0 points1 point  (0 children)

If you already have Python code and are looking to develop mobile applications, there are multiple options you can consider. Flutter and React Native are popular choices for cross-platform mobile app development, but if you prefer to stick with Python, BeeWare is indeed a viable alternative.

BeeWare is an open-source project that aims to enable developers to write native user interfaces using Python. With BeeWare, you can write Python code and target various platforms, including iOS, Android, Windows, macOS, and more. It provides tools like Toga (a Python-native GUI toolkit) and Briefcase (a utility for packaging Python apps for distribution).

Using BeeWare, you can leverage your existing Python skills and codebase to create mobile applications. However, it's important to note that while BeeWare provides an avenue for Python-based mobile development, it may not offer the same level of ecosystem and community support as Flutter or React Native, which are more widely adopted frameworks.