DelphiLearn PythonPythonPython GUIRAD StudioWindows

How To Build A Python GUI For Stunning Data Visualizations

With the growing demand for Data Science and Analytics skill sets, drawing graphics programmatically is a very popular task these days. Especially the need for high quality, real-time, and interactive graphics. You can easily create a GUI app for that purpose by combining the power of the Plotly library with Python4Delphi (P4D). P4D is a free set of powerful tools that allows you to work with…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What is an OnDeactivate Event in DelphiVCL.Application?

OnDeactivate or DelphiVCL.Application.OnDeactivate event Occurs when an application becomes inactive. How to use the DelphiVCL.Application.OnDeactivate Event properly? Write an OnDeactivate event handler to perform any special processing that should occur immediately before the application is deactivated. The OnDeactivate event occurs when the user switches from the…
Read more
DelphiPythonPython GUIWindows

All You Need To Process Images With Scikit-Image In A Windows App

Data Visualization Tools Python gives a simple and powerful way to process images programmatically, and building a nice GUI can be done easily by combining Python4Delphi and scikit-image library, inside Delphi and C++Builder. Python4Delphi (P4D) is a free tool that allows you to execute Python scripts, create new Python modules and types in Delphi. What is scikit-image? scikit-image is an…
Read more
DelphiLearn PythonPythonPython GUIWindows

How To Make Superfast Scientific Calculations With SciPy And Delphi

Do you want to build a GUI App with Scientific Computation capabilities using Python Script Writer? This post will help you understand how to use SciPy Python Library using Python4Delphi in the Delphi/C++ application. SciPy is a collection of mathematical algorithms and convenience functions built on the NumPy extension of Python. SciPy is organized into sub-packages covering different…
Read more