Russell Keith-Magee 将发表演讲在 PyCon US 2018 ,发表题为 "Building a cross-platform native app 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 talk, you'll be introduced to the BeeWare suite of tools and libraries, and see how you can use them to develop, from scratch, a GUI ChatBot application that can be deployed as a standalone desktop application, a mobile phone application, and a single page webapp - without making any changes to the application's codebase.

日期:
五月 13, 2018
演讲者:
  • Russell Keith-Magee