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
DelphiPythonPython GUIWindows

How To Make A GUI For Learning Python Using Turtle Library

In this post, you’ll understand how to use the Turtle Python Library using Python4Delphi (P4D) in the Delphi/C++ Builder application and create a nice GUI for it . Learning more about Python using Turtle Library will allow you to easily build GUIs with Python For Absolute Beginner. Turtle is an educational environment for learning Python, suitable for beginners, children, or others with…
Read more