Writing Winforms and WPF applications in Python

11:45 AM - 12:10 PM on August 15, 2015, Room 705

Maksim Kozyarchuk

Audience level:
novice
Watch:
http://youtu.be/0xfLo7PpKPc

Description

Introduction to techniques for building Winforms and WPF applications with CPython

Abstract

When developing GUI applications in python for Windows, standard python library choices are limiting and do not provide the same quality of experience as applications developed with Visual Studio, especially when bundled together with 3rd party WinForms or WPF such as DevExpress, As a result, python developers typically turn to Visual Studio and IronPython when developing for Windows. However, there is an alternative.