- PySide GUI Application Development(Second Edition)
- Gopinath Jaganmohan Venkateshwaran Loganathan
- 265字
- 2021-07-23 14:32:36
Introducing PySide
Many of the modern programming languages are backed up by a set of libraries (commonly referred to as toolkits) to create GUI applications, such as Qt, Tcl/Tk, and so on. PySide is a Python binding of the cross-platform GUI toolkit Qt, and it runs on all platforms that are supported by Qt, including Windows, Mac OS X, and Linux. It is one of the alternatives to toolkits such as Tkinter for GUI programming in Python.
PySide combines the advantages of Qt and Python. A PySide programmer has all the power of Qt, but it is able to exploit it with the simplicity of Python. PySide is licensed under the LGPL version 2.1 license, allowing both Free/Open Source software and proprietary software development. PySide is evolving continuously, like any other open source product, and you are free to contribute to its development. Some of the applications, such as matplotlib, PhotoGrabber, QBitTorrent, Lucas Chess, Fminer and so on, certify the wide spread usage of PySide in the software industry.
Tip
The IRC channel for PySide is #pyside
at Freenode.
PySide has also become an enabler of mobile development. Qt Mobility is a project that is creating a new suite of Qt APIs for mobile device functionality. The project Pyside Mobility is a set of bindings that allows Python to access the Qt Mobility API. The Qt Mobility API enables the developer to access the bread and butter of services provided by the underlying operating system that are essential for any mobile application. Learning PySide, you learn this for free. Without further ado, let's get hacking!
- C# 7 and .NET Core Cookbook
- Java高并發(fā)核心編程(卷2):多線程、鎖、JMM、JUC、高并發(fā)設(shè)計(jì)模式
- HoloLens Beginner's Guide
- Android 7編程入門經(jīng)典:使用Android Studio 2(第4版)
- Nginx實(shí)戰(zhàn):基于Lua語言的配置、開發(fā)與架構(gòu)詳解
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題解析與實(shí)驗(yàn)指導(dǎo)
- HTML5從入門到精通(第4版)
- Spring Boot+MVC實(shí)戰(zhàn)指南
- .NET 4.5 Parallel Extensions Cookbook
- Android Development Tools for Eclipse
- Python硬件編程實(shí)戰(zhàn)
- INSTANT Premium Drupal Themes
- Python數(shù)據(jù)預(yù)處理技術(shù)與實(shí)踐
- SCRATCH編程課:我的游戲我做主
- 軟件測(cè)試項(xiàng)目實(shí)戰(zhàn)之功能測(cè)試篇