Muhammad Azizul Hakim
Reducing code runtime is important for developers. Python Profilers, like cProfile, help us to find which part of the program or code takes more time to run. Whether you are using a Python GUI or…… … Read more
4 years ago in Code, code profiling, data collection, data mining, Learn Python, Machine Learning, machine learning algorithm, programming, PyScripter, Python, python gui, python profiling tools, Quality Assurance, scikit-learn, testing, windows, windows app
0
Muhammad Azizul Hakim
Did you know it’s easy to make use of some truly excellent Python libraries to super-charge your Delphi app development on Windows? Adding Python to your toolbox of Delphi code can enhance your app development,… … Read more
4 years ago in Code, data visualization, Delphi, learn delphi, Learn Python, matplotlib, matplotlib4d, programming, PyScripter, Python, python4delphi, RAD Studio, scientific computation, TPythonEngine, TPythonGUIInputOutput, TPythonModule, TPythontype, TPythonVersions, windows, windows app
0
Muhammad Azizul Hakim
Whenever object-oriented programming is done in Python, we mostly come across the __init__ method. This article explains the main concept of __init__ method in Python when used for Windows app development of graphical user interfaces…… … Read more
4 years ago in Delphi, DelphiVCL, GuiProgramming, Learn Python, programming, Python, python gui, windows, windows app, windows app development
0
Muhammad Azizul Hakim
ActionUpdateDelay property or DelphiVCL.Application.ActionUpdateDelay used to delay the call to DoActionIdle. This applies to native Windows development. The following example demonstrates the usefulness of this property: Create an MDI project with the main form, an…… … Read more
4 years ago in api references, Delphi, DelphiVCL, GuiProgramming, native windows development, programming, Python, python gui, windows, windows app
0
Muhammad Azizul Hakim
OnModalBegin or DelphiVCL.Application.ModalBegin occurs when a modal form is opened. Write an OnModalBegin event handler to perform special processing when a modal form is opened. How to examine the properties, methods, and built-in properties…… … Read more
4 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app, windows ui toolkit
0