Russell Keith-Magee va a dar una charla en PyCon US 2018 , con la presentacion "Building a cross-platform native app 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 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.

Fecha:
Mayo 13, 2018
Conferencistas:
  • Russell Keith-Magee