Friday, 26 July 2019

Basics of Python Language


Hi Folks,

In the recent past few years, Python got tremendous attention in the programming field. According to the Statistics-Times, Python is considered as the top programming language in May 2019.


Since the past 5 years, Python growth was amazing as per statistics provided on Stack Overflow by the most asked/viewed questions.


Unlike Java, .NET and other programming languages, Python does not provide Graphical User Interface (GUI) controls directly i.e. Forms, Buttons, Labels, etc. which a user can drag and drop to develop a desktop application. Python is widely used for Scripting, Data Science, Web development, etc. Thus, learning python and start developing any kind of application(s) is the need of the hour.
In this blog, I'll particularly focus on developing a GUI application in Python. Python supports 3rd-party Open-source Widget Toolkits like QT, GUI Toolkit like Tkinter, etc. for developing GUI applications. To support various cross-platform applications for various operating systems including Microsoft (MS) Windows, Linux, Macintosh, etc. QT is one of the first choices. PyQt5 provides a widespread set of Python bindings for the Qt version 5. I selected PyQt5, therefore, this blog guides about GUI application development in Python.

No comments:

Post a Comment