Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Language Bindings
  4. I want to good tutorial or book on PyQt
Forum Updated to NodeBB v4.3 + New Features

I want to good tutorial or book on PyQt

Scheduled Pinned Locked Moved Unsolved Language Bindings
7 Posts 6 Posters 8.0k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    Qt Enthusiast
    wrote on last edited by
    #1

    I need to learn pyQt , Can some suggest me good book or good online tutorial for the same

    JonBJ 1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      Hi! Here is a collection of all Qt books (and related) that we know of: http://wiki.qt.io/Books. A list of PyQt tutorials can be foudn here: https://wiki.python.org/moin/PyQt

      1 Reply Last reply
      3
      • C Offline
        C Offline
        ChainReaction
        wrote on last edited by
        #3

        I learned PyQt from "Rapid GUI Programming with Python and Qt". It's a great book.

        1 Reply Last reply
        2
        • Q Offline
          Q Offline
          Qt Enthusiast
          wrote on last edited by
          #4

          What is correct procedure to install pyQt4 r pyQt5 on windows 7

          1 Reply Last reply
          0
          • Q Qt Enthusiast

            I need to learn pyQt , Can some suggest me good book or good online tutorial for the same

            JonBJ Offline
            JonBJ Offline
            JonB
            wrote on last edited by
            #5

            @Qt-Enthusiast
            There's not too much to say about PyQt per se --- it's 99.9% just straightforward wrappers. Since nearly all examples of Qt you'll come across are C++, you'll want to understand those, if you don't already.

            1 Reply Last reply
            0
            • jazzycamelJ Offline
              jazzycamelJ Offline
              jazzycamel
              wrote on last edited by
              #6

              To install PyQt5 on Windows, just pip install it (assuming you have pip installed and python on your PATH):

              python -m pip install PyQt5
              

              And this is a great tutorial: http://zetcode.com/gui/pyqt5/

              For the avoidance of doubt:

              1. All my code samples (C++ or Python) are tested before posting
              2. As of 23/03/20, my Python code is formatted to PEP-8 standards using black from the PSF (https://github.com/psf/black)
              1 Reply Last reply
              3
              • M Offline
                M Offline
                mherrmann
                wrote on last edited by
                #7

                I just published a PyQt5 book:

                PyQt5 book

                Even Phil Thompson, the creator of PyQt, read it and says it's "very good". It saves you a lot of time when learning PyQt. It's the resource I wish I had had when I was getting started.

                1 Reply Last reply
                2

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved