Russell Keith-Magee et Katie McLaughlin will be presenting a tutorial at PyCon US 2017 entitled "Cross-platform Native GUI development with BeeWare".
Avez-vous déjà voulu écrire une application GUI que vous pouvez exécuter sur votre
ordinateur portable ? Qu'en est-il d'une application que vous pouvez exécuter sur votre téléphone ? Historiquement,
difficiles à réaliser avec Python, et impossibles à réaliser sans apprendre une
impossible à réaliser sans apprendre une API différente pour chaque plateforme. Mais ce n'est plus le cas. 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.
- Date:
- Mai 17, 2017
-
- Russell Keith-Magee
- Katie McLaughlin