Russell Keith-Magee e Katie McLaughlin apresentará um tutorial em PyCon EUA 2017 chamado "Cross-platform Native GUI development with BeeWare".
Você já quis escrever um aplicativo GUI que pudesse ser executado em seu
laptop? E quanto a um aplicativo que possa ser executado em seu telefone? Historicamente,
isso tem sido difícil de conseguir com Python e impossível de conseguir
sem aprender uma API diferente para cada plataforma. Mas não é mais assim. 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.
- Data:
- Maio 17, 2017
-
- Russell Keith-Magee
- Katie McLaughlin