✔ Info

PyQt6 마스터하기: 초보자를 위한 필수 사이트 3선

  • -
주제: [PyQt6] PyQt6 공부에 필수! 내가 추천하는 최고의 학습 사이트 3곳
작성: 2023-12-12

안녕하세요,  오랜만에 돌아온 개발자, 루카스입니다.

PyQt6는 2021년 1월 4일에 릴리즈 된 툴킷으로, 작성일 기준으로 릴리즈 된 지 3년이 다되어갑니다. 하지만, 여전히 PyQT6에 한국어자료는 많지 않다고 생각이 듭니다. 대신, 영어로 된 자료들은 상대적으로 많은 편입니다. 그래서 이번 포스팅에서는 PyQt6 학습에 유용한 사이트들을 공유해보고자합니다.


초기 PyQt6 구현 화면


1. [영문자료] Create GUI Applications with Python & Qt6 ⭐️⭐️⭐️⭐️⭐️

PyQt6 입문할 때 PyQt6 방향성을 잡도록 도움을 사이트입니다. 영문으로 작성되어 있지만, 예제 및 관련 개념들을 익힐 수 있습니다.

 

PyQt6 Tutorial 2023, Create Python GUIs with Qt

The easy way to create desktop applications. PyQt is a Python library for creating GUI applications using the Qt toolkit.

www.pythonguis.com

 

Create GUI Applications with Python & Qt6 (PySide6 Edition)

Martin Fitzpatrick has been teaching and using PyQt5 for 8 years, helping developers to bring their apps to life in Python. With a background in bioinformatics and data analysis, he has particular experience in building data-centric applications and analys

books.google.co.kr

 

Create your first Python GUI with PyQt6 — A simple Hello world app

Take the first step in creating desktop applications with Python & Qt5 by creating your first window. Following this simple outline you can start building the rest of your app. In this tutorial we'll learn how to use PyQt6 to create desktop applications wi

www.pythonguis.com

 

2. [한글자료] PyQt5 Tutorial - 파이썬으로 만드는 나만의 GUI 프로그램⭐️⭐️⭐️⭐️

한글로 작성되어 있어 기본적인 개념을 쉽게 이해할 수 있습니다.

  • 장점 : 여러 예제 튜토리얼과 강의예제 제공하고 있음. 설치부터 간단한 기능 및 배포하는 방법까지 전반적인 개념 포함함
  • 단점 : pyqt5 내용만 제공하고 있어 pyqt6 유저들은 예제코드를 그대로 적용할 수 없음(일부 기능 및 사용법이 pyqt6에 상이함)
 

PyQt5 Tutorial - 파이썬으로 만드는 나만의 GUI 프로그램

## 소개 - 한국어로 되어있는 PyQt5 자료가 많지 않아서 아래의 여러 튜토리얼과 강의의 예제를 정리하며 시작했습니다. - **PyQt5의 설치**부터 시작해서, **…

wikidocs.net

 

3. [영문] PyQt6 Tutorial ⭐️⭐️⭐️

 

Python PyQt6 - learn GUI programming with Python and PyQt6

Python PyQt6 last modified January 10, 2023 This is PyQt6 tutorial. The tutorial is suited for beginners and intermediate programmers. After reading this tutorial, you will be able to program non-trivial PyQt6 applications. The code examples are availabe a

zetcode.com

 

PyQt6 Tutorial Series | Python GUI Programming - CodersLegacy

PyQt is derived from the famous cross-platform GUI library, Qt. This PyQt6 tutorial will teach you everything about PyQt6 and its widgets.

coderslegacy.com

 

그 외에도 pyqt6와 관련하여 참고할만한 사이트가 있다면, 댓글로 남겨주세요@

 

 

728x90
반응형
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.