On Wednesday, 10 December 2025 08:31:49 Pacific Standard Time Volker Hilsheimer via Development wrote: > Is it useful for Python developers to get access to e.g. QFile via PySide? > I’m not entirely convinced đŸ˜‰ That’s one of the lessons we want to take > seriously with Qt Bridges: let Python developers write Python code using > standard Python libraries; and then use Qt for those things that are not > available within the Python eco-system, or where we are convinced that Qt > has a superior solution. And also then, we want to stay as close to Python > as possible, and not require that people can implement a QAbstractItemModel > just to show the contents of a Python list in a UI. > > UI development, and Qt Quick in particular, is where we start, because > that’s where we see Qt shine.
And I agree: there isn't much value in exposing QFile to Python (QProcess I'd argue has value, because Python's subprocess module is a mess, but that and some others are the exception not the rule). UI is where Qt first shines. Where does it shine *next*? What else is in the pipeline (if you can share with us)? CoAP? CAN bus? -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel DCG - Platform & Sys. Eng.
smime.p7s
Description: S/MIME cryptographic signature
-- Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
