Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

GUI Programming With PyQt

Learning Path ⋅ Skills: Graphical User Interfaces (GUIs), Databases

With this learning path, you’ll develop your Python GUI programming skills so that you can
add interactive graphical user interfaces to your own programs with PyQt.

PyQt is a Python binding for Qt, which is a set of C++ libraries and development tools that
include platform-independent abstractions for GUIs, as well as networking, threads, regular
expressions, SQL databases, SVG, OpenGL, XML, and many other powerful features.

இந்த கற்றல் பாதையின் மூலம், உங்கள் பைதான் GUI நிரலாக்க திறன்களை


நீங்கள் வளர்த்துக் கொள்வர்கள்,
ீ இதன்மூலம் PyQt உடன் உங்கள் சொந்த
நிரல்களில் ஊடாடும் வரைகலை பயனர் இடைமுகங்களைச் சேர்க்கலாம்.

PyQt என்பது Qt க்கான பைதான் பிணைப்பு ஆகும், இது C ++ நூலகங்கள்


மற்றும் மேம்பாட்டு கருவிகளின் தொகுப்பாகும், இதில் GUI களுக்கான
இயங்குதள-சுயாதீன சுருக்கங்கள், அத்துடன் நெட்வொர்க்கிங், நூல்கள்,
வழக்கமான வெளிப்பாடுகள், SQL தரவுத்தளங்கள், SVG, OpenGL, XML மற்றும்
பல சக்திவாய்ந்த அம்சங்கள்.
Python and PyQt: Building a GUI Desktop Calculator

Python and PyQt: Creating Menus, Toolbars, and Status Bars

Creating PyQt Layouts for GUI Applications


Qt Designer and Python: Build Your GUI Applications Faster

Handling SQL Databases With PyQt: The Basics


Use PyQt's QThread to Prevent Freezing GUIs

Build a Contact Book With Python, PyQt, and SQLite


Build a Bulk File Rename Tool With Python and PyQt

You might also like