PySide tutorial
This is PySide tutorial. The tutorial is suited for beginners and intermediate programmers. After reading this tutorial, you will be able to program non trivial PySide applications.
Table of contents
- Introduction
- First Programs
- Menus and Toolbars
- Layout Management
- Events and Signals
- Dialogs
- Widgets
- Widgets II
- Drag & drop
- Drawing
- Custom widgets
- The Tetris game
PySide
PySide is Python library to create cross-platform graphical user interfaces. It is a Python binding to the Qt framework. Qt library is one of the most powerful GUI libraries. It is developed by Nokia.
Similar tutorials
There is a full Python tutorial on ZetCode. Tutorials for other GUI Python bindings include PyQt4 tutorial, wxPython tutorial, PyGTK tutorial and Tkinter tutorial.