Is Python suitable for developing desktop software? Many people don't understand it!

  When it comes to omnipotent programming languages, many people think of python, and they also know that python is almost omnipotent except for a few things it cannot do. So is python suitable for developing desktop software?

  Can be developed, but not suitable. In fact, python, Java, and PHP are not suitable for desktop software development. Although python itself is not good at doing desktop software development, python and C++ are very well integrated, and C++ is very suitable for development, and there is a good connection between python and C++.

  PyQt and QT are currently very successful desktop solutions. PyQt is the python version of the QT library. PyQt3 supports versions from Qt1 to Qt3, and PyQt4 supports Qt4.

  The previous name was pyked. The early SIP and PyQt were not separated. It was released in 1998. PyQt was written in SIP. PyQt has two versions, GPL open source version and commercial version.

  Python also has graphics development kit wxPython. It is a better GUI graphics development library in the python language, and you can easily create a fully functional and sound GUI graphical interface through it.

  wxPython is implemented by encapsulating the GUI graphical interface wxWidgets and Pyhon module of the open source platform, and finally gives developers a relatively mature graphical interface development kit.

  wxPython is open source software with strong cross-platform capabilities and can run on Linux, Unix, and MacOS.


Guess you like

Origin blog.51cto.com/15052541/2677267