DelphiDelphiVCLPythonPython GUIWindows

How To Force Execution Of The Destructor Code In An Object

In this post, we’ll use the DisposeOf method or DelphiVCL.Application.DisposeOf forces the execution of the destructor code in an object. Learning how to use DIsposeOf will allow you to easily build GUIs with Python Coding Software. After the DisposeOf method is called, the object is placed in a special state, the Disposed state. This means that the destructor is not called again if…
Read more
DelphiLearn PythonPythonPython GUIRAD StudioWindows

How To Make Apps With Advanced Natural Language Processing

Do you want to add advanced & blazing fast Natural Language Processing (NLP) capabilities to your GUI app when building with Python Windows GUI Builder? This post will get you to understand how to use spaCy Python Library using Python4Delphi (P4D) in the Delphi/C++ Builder application and perform some advanced NLP tasks. What is spaCy? spaCy is a free, open-source library for advanced…
Read more
Learn PythonPythonPython GUIVideos

Create Your First GUI With Python Using 5 Lines of Code

Who would have thought that programming could be such fun and easy? In this video, we will see how someone can produce a working GUI using only 5 lines of code! It might seem impossible, but this guy made it look so easy and fun. In this video shared by “BuildWithPython“, he will attempt to create a very simple Graphical User Interface using the Tkinter toolkit in Python programming…
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