1VOTES VOTE The Comprehensive Guide To Built-In Python Testing Tools Muhammad Azizul Hakim What is Python code testing and why does it matter? In the software development life cycle, testing your code is essential. So, choosing – and using – the right Python testing tools should also be…… – Details… 2 weeks ago in Code, code testing, Learn Python, programming, PyScripter, Python, python testing tools, python unit testing tools, testing, Unit Testing, unittest, windows, windows app 0
1VOTES VOTE 10 Unsupervised Machine Learning Algorithms: What Are They And How To Create Them Muhammad Azizul Hakim Machine Learning is one of the hottest software development topics right now. The algorithms and techniques which enable machine learning have begun to really mature and have graduated from ‘interesting ideas’ into providing genuine power… – Details… 1 month ago in AI, ai on Windows apps, algorithms, artificial intelligence, Clustering, Code, data science, Delphi, learn delphi, Learn Python, Machine Learning, programming, PyScripter, Python, python4delphi, RAD Studio, scientific computation, scikit-learn, ScikitLearn4d, TPythonEngine, TPythonGUIInputOutput, TPythonModule, TPythontype, TPythonVersions, unsupervised learning, unsupervised machine learning, windows, windows app 0
1VOTES VOTE How To Make A State-Of-The-Art Deep Learning App With Fastai 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,… – Details… 2 months ago in AI, Code, data science, deep learning, Delphi, Development On Windows, image classification, learn delphi, Learn Python, Machine Learning, matplotlib, matplotlib4d, programming, PyScripter, python4delphi, RAD Studio, resnet34, scientific computation, TPythonEngine, TPythonGUIInputOutput, TPythonModule, TPythontype, TPythonVersions, windows, windows app 0
1VOTES VOTE The Super Short Guide To Built-In Python Profiling Tools Muhammad Azizul Hakim What is code profiling? Code profiling is a technique to figure out how time is spent in a program. For more details, a profile is a set of statistics that describes how often and for…… – Details… 2 months ago in Code, code profiling, cprofile, data collection, data mining, Learn Python, programming, PyScripter, Python, python profiling tools, scrapy, snakeviz, testing, windows, windows app 0
1VOTES VOTE How To Add Python Profiling Tools Into Machine Learning Code 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…… – Details… 2 months 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
1VOTES VOTE How To Make Powerful Data Visualizations With Matplotlib 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,… – Details… 2 months 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
1VOTES VOTE Why Would You Use Application.ComponentIndex From DelphiVCL? Muhammad Azizul Hakim The ComponentIndex property or DelphiVCL.Application.ComponentIndex from DelphiVCL is used to indicate the position of the component in its owner’s Components property array. Use ComponentIndex when iterating through the Components list of the component’s owner to…… – Details… 3 months ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE What Is The Application.Dispatch DelphiVCL Method? Muhammad Azizul Hakim Use the Dispatch method or DelphiVCL.Application.Dispatch from the DelphiVCL library to call message-handling methods for the object, based on the contents of the Message parameter. Call Dispatch to automatically pass messages to the appropriate message…… – Details… 3 months ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Understanding DelphiVCL __init__ For Windows App Development 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…… – Details… 3 months ago in Delphi, DelphiVCL, GuiProgramming, Learn Python, programming, Python, python gui, windows, windows app, windows app development 0
1VOTES VOTE How To Change Behavior Of Components For Windows Development Muhammad Azizul Hakim The ComponentStyle property or DelphiVCL.Application.ComponentStyle is used to govern the behavior of the component when you are carrying out Windows development. ComponentStyle governs how the component interacts with the streaming system and the Object Inspector……. – Details… 3 months ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE This Is What DoApplicationIdle Does For Windows Development Muhammad Azizul Hakim The DoApplicationIdle method or DelphiVCL.Application.DoApplicationIdle is used to process messages in the Message queue for certain events as part of your Windows development. The DoApplicationIdle method forces a call to the protected method TApplication.Idle. Idle…… – Details… 3 months ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app, Windows Development 0
1VOTES VOTE How To Automatically Manage the Layout of Toolbar Components Muhammad Azizul Hakim The DelphiVCL.ControlBar manages the layout of toolbar components as part of a low code application platform. With components like the controlbar in the DelphiVCL the amount of code you actually have to write is greatly…… – Details… 3 months ago in Delphi, DelphiVCL, GuiProgramming, Learn Python, low code application platform, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Learn About TFillStyle with Python’s DelphiVCL Windows UI toolkit Muhammad Azizul Hakim TFillStyle in Delphi’s VCL Windows UI toolkit indicates the type of color change that defines the boundary of a possibly non-rectangular region on a canvas. TFillStyle values determine what type of color changes define the…… – Details… 3 months ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app, windows ui toolkit 0
1VOTES VOTE What is ActionUpdateDelay Property in DelphiVCL.Application? 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…… – Details… 3 months ago in api references, Delphi, DelphiVCL, GuiProgramming, native windows development, programming, Python, python gui, windows, windows app 0
1VOTES VOTE What You Need To Know About The OnActionExecute Event Muhammad Azizul Hakim What is the DelphiVCL.Application.OnActionExecute Event? The OnActionExecute or DelphiVCL.Application.OnActionExecute event occurs for Windows app development when an action’s Execute method is called and its action list has not already handled it. Use the OnActionExecute event…… – Details… 3 months ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app, windows app development 0