Russell Keith-Magee y Katie McLaughlin va a presentar un tutorial en PyCon US 2017 llamado "Cross-platform Native GUI development with BeeWare".
¿Alguna vez ha querido escribir una aplicación GUI que pueda ejecutar en su
portátil? ¿Y una aplicación que puedas ejecutar en tu teléfono? Históricamente,
estos han sido difíciles de lograr con Python, e imposible de lograr
lograr sin aprender una API diferente para cada plataforma. Pero ya no. 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.
- Fecha:
- Mayo 17, 2017
-
- Russell Keith-Magee
- Katie McLaughlin