Russell Keith-Magee 和 Katie McLaughlin 将提供一份教程 2017 年美国 PyCon entitled "Cross-platform Native GUI development with BeeWare".
您想过编写一个可以在笔记本电脑上运行的图形用户界面应用程序吗?
笔记本电脑上运行?那么可以在手机上运行的应用程序呢?从历史上看
这些都很难用 Python 实现,如果不学习每个平台不同的 API
如果不为每个平台学习不同的 API 就无法实现。但现在不一样了。 BeeWare is a collection of tools and libraries that allows you to build
cross-platform native GUI applications in pure Python, targeting
desktop, mobile and web platforms. In this tutorial, you'll be
introduced to the BeeWare suite of tools and libraries, and use those
tools to develop, from scratch, a simple GUI application. You'll then
deploy that application as a standalone desktop application, a mobile
phone application, and a single page webapp - without making any changes
to the application's codebase.
- 日期:
- 五月 17, 2017
-
- Russell Keith-Magee
- Katie McLaughlin