Python GUI

How to Master Python Programming Software in 6 Simple Steps

Over the course of several years, Python has emerged as a top programming language. It is powerful and fast, plays well with others, runs everywhere, and is friendly & easy to learn. Whether the requirement is for scalability, reliability, processing, and I/O performance, or simply for ease and accessibility to make upkeep and onboarding new employees easier, it has shown its value time and…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What Is TMonitorDefaultTo in The DelphiVCL Windows UI Toolkit

In the DelphiVCL Wiindows UI Toolkit TMonitorDefaultTo specifies which monitor to select when there is no match to the specified criteria. TMonitorDefaultTo indicates which monitor should be used when the selection criteria do not match any of the monitors in the system. It can have any of the following values: ValueMeaningmdNearestChoose the monitor that comes closest to matching…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Understanding DelphiVCL.Application.CurrentHelpFile In Windows Development

When carrying out Windows development, use the CurrentHelpFile property or DelphiVCL.Application.CurrentHelpFile to indicate the current Help file. You can read CurrentHelpFile to determine the name of the Help file that is currently used by the application when it executes a Help command (through the HelpCommand method) or when it brings up context-sensitive Help (through the HelpContext or…
Read more
Learn PythonPythonPython GUI

You Need To Write Less, Test More With Regression Testing

Here’s another great talk from the recently concluded PyCon. In this video, Igor T. Ghisi will discuss data regression testing and how exactly this procedure can help you in your Python project. As the data structures of a project increase in size and complexity, it becomes harder and harder to preserve test completeness. Testing objects with dozens of attributes and arrays with hundreds of…
Read more