- PySide GUI Application Development(Second Edition)
- Gopinath Jaganmohan Venkateshwaran Loganathan
- 146字
- 2021-07-23 14:32:36
Setting up PySide
This is your first step in this series of learning. PySide is compatible with Python 2.6 or later and Qt 4.6 or better. So, before getting to install PySide, we must make sure that minimum version compatibility is achieved. This section will teach you two ways of installing PySide. One, being the most common and easiest way, is using simple point and click installers and package managers. This will install the most stable version of PySide on your system, which you can comfortably use without worrying too much about the stability. However, if you are an advanced programmer, you may prefer to build PySide from scratch from the latest builds that are available when you are reading this book. Both these methods are explained here for Windows, Mac OS X, and Linux systems, and you are free to choose your own setup style.
- The DevOps 2.3 Toolkit
- ClickHouse性能之巔:從架構設計解讀性能之謎
- Mastering JavaScript Object-Oriented Programming
- 密碼學原理與Java實現
- 零基礎PHP學習筆記
- Podman實戰
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- Android Wear Projects
- C++寶典
- 區塊鏈項目開發指南
- Mastering Gephi Network Visualization
- Flink技術內幕:架構設計與實現原理
- Java程序設計教程
- Software Architecture with Python
- Kotlin語言實例精解