HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📟
PyQt 5 Lecture
/
🎆
참고할만한 페이지
🎆

참고할만한 페이지

혹시 참고할만한 페이지가 더 있다면 제보 부탁드립니다. 🙂
  1. opentutorials에 pyqt입니다. version이 4로 되어 있지만, 4와 5가 많은 차이가 없기 때문에 충분히 참고할만합니다.
    1. PyQT의 소개와 특징 - 예제로 배우는 PyQt
      PyQT 는 영국의 Riverbank Computing 이라는 곳에서 C++ 의 Cross Plaform GUI Framework 중 하나인 QT를 파이썬 모듈로 변환해 주는 툴을 만들며 시작되었다. 왼쪽 투박한 노란 그림은 Riverbank Computing의 로고이며 홈페이지는 접근성을 고려해서인지 텍스트 위주의 페이지가 대부분이지만 PyQT를 사용하다 보면 이곳, Wiki 페이지에 자주 들리게 될 것이니 즐겨찾기 등을 해두자.
      PyQT의 소개와 특징 - 예제로 배우는 PyQt
      https://opentutorials.org/module/544/4998
      PyQT의 소개와 특징 - 예제로 배우는 PyQt
       
  1. 역시 wiki 형식으로 원하시는 기능을 바로 찾아보실 수 있습니다.
    1. 위키독스
      온라인 책을 제작 공유하는 플랫폼 서비스
      위키독스
      https://wikidocs.net/35478
      위키독스
  1. 강의와 설명이 상세한 좋은 튜토리얼 사이트입니다.
    1. Welcome to Codetorial! - Codetorial
      Free code tutorials for everyone. PyQt5, googletrans, pyautogui, pywin32, xlrd, xlwt, python ...
      Welcome to Codetorial! - Codetorial
      https://codetorial.net/
       
  1. PyQt6와 PySide6에 대한 차이에 대해 써놓은 글입니다.
    1. PyQt6 vs PySide6: What's the difference between the two Python Qt libraries?
      There is a new version of Qt (version 6) and with it new versions of PyQt and PySide -- now named PyQt6 & PySide6 respectively. In preparation for the Qt6 editions of my PyQt5 & PySide2 books I've been looking at the latest versions of the libraries to identify the differences between them and find solutions for writing portable code.
      PyQt6 vs PySide6: What's the difference between the two Python Qt libraries?
      https://www.mfitzp.com/blog/pyqt6-vs-pyside6/