Russell Keith-Magee parlerà a PyCon US 2018 , con una presentazione dal titolo "Building a cross-platform native app with BeeWare".
Avete mai desiderato scrivere un'applicazione GUI da far girare sul vostro
portatile? E un'applicazione che possa essere eseguita sul vostro telefono? Storicamente,
sono stati difficili da realizzare con Python, e impossibili da realizzare senza
senza imparare un'API diversa per ogni piattaforma. Ma ora non più. 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.
- Date:
- Maggio 13, 2018
- Relatori:
-
- Russell Keith-Magee