Russell Keith-Magee and Katie McLaughlin will be presenting a tutorial at 파이콘 미국 2017 entitled "Cross-platform Native GUI development with BeeWare".
노트북에서 실행할 수 있는 GUI 애플리케이션을 작성하고 싶었던 적이 있나요?
노트북에서 실행할 수 있는 휴대폰에서 실행할 수 있는 앱은 어떨까요? 역사적으로
파이썬으로는 달성하기 어려웠고, 각 플랫폼마다 다른 API를 배우지 않고는
각 플랫폼마다 다른 API를 배우지 않고는 불가능했습니다. 하지만 더 이상은 아닙니다. 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:
- 5월 17, 2017
-
- Russell Keith-Magee
- Katie McLaughlin