Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
205 views

Python Desktop Application Development

This document provides an overview of a course on Python desktop application development. The course assumes basic Python programming skills and will teach the workflow for developing cross-platform desktop apps using Python. Students will learn how to write such applications using Python along with the Qt framework, which allows building interfaces that are native to each platform and can be used with Python via bindings like PyQt.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
205 views

Python Desktop Application Development

This document provides an overview of a course on Python desktop application development. The course assumes basic Python programming skills and will teach the workflow for developing cross-platform desktop apps using Python. Students will learn how to write such applications using Python along with the Qt framework, which allows building interfaces that are native to each platform and can be used with Python via bindings like PyQt.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Python Desktop Application Development

Introduction
Bo Milanovich
http://bomilanovich.com

Course Overview
Prerequisites

General programming skills

Basic knowledge of Python programming language

Who is this course for?

Anyone who wishes to develop cross-platform, desktop applications

Very novice friendly

Course expectations

Basic understanding of the workflow

Know how to write desktop applications using Python

Do Not Place Anything


in This Space
(Add watermark during
editing)

Note: Will not appear during


Slide Show view.

Why Python
Cross-platform
Very powerful
Easy to learn and simple to use
Well be using Python 3.4 in this course

Do Not Place Anything


in This Space
(Add watermark during
editing)

Note: Will not appear during


Slide Show view.

Do Not Place Anything


in This Space
(Add watermark during
editing)

Note: Will not appear during


Slide Show view.

Do Not Place Anything


in This Space
(Add watermark during
editing)

Note: Will not appear during


Slide Show view.

Why Qt
Cross-platform
Very powerful
Calls native widget toolkits on all platforms*
Several Python Qt bindings available: PyQt, PySide, others
We will be using PyQt 4 in this course

Do Not Place Anything


in This Space
(Add watermark during
editing)

Note: Will not appear during


Slide Show view.

You might also like