You need to write a GUI application with graphical primitives to create and edit a graph (nodes, edges) on a plane using PyQt5 (Py3.5 + PyQt5 5.8.x).

How to start a newbie in Python / PyQt, if the experience of writing in Qt is big?

Are there any books on Python / PyQt where something similar is already being considered? Advise tutorials that have something on this topic.

Thank you in advance!

  • I would advise to look at the examples library in Creator. There are exactly examples with an interactive graphic scene. - mkkik
  • Look toward QGraphicsScene. In PyQt4 / 5 and PySide it is absolutely the same as in the similar Qt version, Qt itself is used there - qt'shnye dll can be found in those modules - gil9red
  • Thanks, there really are examples with QGraphicsScene in the Qt Creator sample library. Is there a similar library of examples for PyQt5? What is the difference between PyQt5 and PySide? Only in the license? How does Qt bind in PyQt5 and PySide: statically or dynamically? - Rolando ServerTown

0