Russell Keith-Magee and Katie McLaughlin will be presenting a tutorial at PyCon USA 2017 entitled "Cross-platform Native GUI development with BeeWare".
Har du nogensinde ønsket at skrive en GUI-applikation, som du kan køre på din
laptop? Hvad med en app, som du kan køre på din telefon? Historisk set,
har det været svært at opnå med Python og umuligt at opnå
opnå uden at lære et forskelligt API for hver platform. Men sådan er det ikke mere. 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:
- Maj 17, 2017
-
- Russell Keith-Magee
- Katie McLaughlin