Dan Yeaw 将发表演讲在 PyCon 美国 2019 ,发表题为 "为 BeeWare 构建 Python 原生图形用户界面小工具的 5 个步骤".
Have you ever wanted to write a GUI application in Python that you can
run on both your laptop and your phone? Have you been looking to
contribute to an open source project, but you don't know where to start? BeeWare is a set of software libraries for cross-platform native app
development from a single Python codebase and tools to simplify app
deployment. The project aims to build, deploy, and run apps for Windows,
Linux, macOS, Android, iPhone, and the web. It is native because it is
actually using your platform's native GUI widgets, not a theme, icon
pack, or webpage wrapper. This talk will teach you how Toga, the BeeWare GUI toolkit, is
architected and then show you how you can contribute to Toga by creating
your own GUI widget in five easy steps.
- 日期:
- 五月 5, 2019
- 演讲者:
-
- Dan Yeaw