Logo

GUI Programming with Python: QT Edition

Large book cover: GUI Programming with Python: QT Edition

GUI Programming with Python: QT Edition
by

Publisher: OpenDocs, LLC
ISBN/ASIN: 0970033044
ISBN-13: 9780970033048
Number of pages: 335

Description:
The main topic of this book is application development using PyQt, a library extension to the Python programming language that is meant to form the basis for GUI programming. Part I and II of this book concern themselves with concepts: here the examples are small, often amounting to less than one page of code. Part III takes you through the development of a complete, complex application. In this case an editor, but one with a lot of extra features. This book is intended for anyone, from beginning software developers to experienced programmers.

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Python Standard LibraryPython Standard Library
by - O'Reilly
A large collection of useful Python scripts, the best parts of comp.lang.python newsgroup messages, plus hundreds of new scripts. The text covers the standard library, the examples should work on most platforms and Python versions.
(23726 views)
Book cover: Python for Informatics: Exploring InformationPython for Informatics: Exploring Information
by - PythonLearn
The goal of this book is to provide an Informatics-oriented introduction to programming. The primary difference between a computer science approach and the Informatics approach taken in this book is a greater focus on using Python.
(20548 views)
Book cover: Python 3 Basics TutorialPython 3 Basics Tutorial
by - GitBook
This is a tutorial for novice programmers, it works best if you follow the exercises step by step. If you are fluent in any programming language, this might be very easy for you. It contains little material on the higher abstraction levels in Python.
(13739 views)
Book cover: How to Think Like a Computer Scientist: Learning with PythonHow to Think Like a Computer Scientist: Learning with Python
by - Green Tea Press
This book is an introduction to computer science using the Python programming language. It covers the basics of programming, including variables, functions, control flow, program debugging. Later chapters cover basic algorithms and data structures.
(19870 views)