본문 바로가기
Python/PySide PyQt

[PySide6] 2024년 참고할 만한 책들.

by ds31x 2024. 3. 4.

일단, 초보자 입장에서 차근차근 배워나간다면 다음의 Martin Fitzpatrick의 책(e-book)이 가장 좋다고 생각한다.

 

Create GUI Application with Python & Qt6 PySide6 Edition

https://www.pythonguis.com/pyside6-book/

 

PySide6 book (5th Edition, 2022) Create GUI Applications with Python & Qt6 -- Build modern GUIs with Python

PySide6 book taking you from first principles to complete apps. Learn to create professional applications with PySide6 & Python 3

www.pythonguis.com


PyQt6버전도 Qt6 PySide6 부분이 PyQt6 Edition 이라고만 바뀐 제목으로 있음.

https://www.pythonguis.com/pyqt6-book/

 

PyQt6 book (5th Edition, 2022) Create GUI Applications with Python & Qt6 -- Build modern GUIs with Python

PyQt6 book taking you from first principles to complete apps. Learn to create professional applications with PyQt6 & Python 3

www.pythonguis.com

참고로 PyQt6 버전은 에이콘 출판사의 번역본이 있음

https://www.yes24.com/Product/Goods/118042593

 

파이썬과 Qt6로 GUI 애플리케이션 만들기 5/e - 예스24

PyQt6에 대한 방대한 주제를 다룬다. PyQt6의 기본적인 내용부터 데이터 처리, 병렬 프로그래밍, 데이터 시각화까지 폭넓은 내용을 설명하고 있다. 다양한 예제를 통해 GUI 애플리케이션을 개발하는

www.yes24.com


웹에서 핵심적인 내용들은 Tutorial로 접근이 가능하다.

그리고 최신 내용의 업데이트가 꽤 주기적으로 이루어지니 참고하면 좋다.

https://www.pythonguis.com/pyside6-tutorial/

 

PySide6 Tutorial 2024, Create Python GUIs with Qt

The easy way to create desktop applications. PySide, also known as Qt for Python, is a Python library for creating GUI applications using the Qt toolkit.

www.pythonguis.com


그다음으로 추천한다면, JM Willman이 쓴 다음의 책이다. 

 

Beginning PyQt: A Hands-on Approach to GUI Programming with PyQt6 (2022)

https://www.amazon.com/Beginning-PyQt-Hands-Approach-Programming/dp/1484279980

 

Beginning PyQt: A Hands-on Approach to GUI Programming with PyQt6

 

www.amazon.com


나쁘지 않지만 하나만 고른다면 개인적으로는 위의 Fitzpatrick 의 tutorial을 권한다.

(튜토리얼 형태라는 관점으로 부분별로 참고하기가 좀 더 편하게 느껴짐)

 

728x90