DelphiPythonPython GUIWindows

Quickly Build A Python GUI App With Powerful Natural Language Processing Capabilities Using NLTK Library In A Delphi Windows App

Do you want to perform Natural Language Processing tasks like predicting text, analyzing & visualizing sentence structure, Sentiment Analysis, gender classification, etc. in your GUI app? This post will get you to understand how to use NLTK Python Library using Python4Delphi (P4D) in the Delphi/C++ Builder application and perform some interesting NLP tasks.  NLTK is a leading platform…
Read more
DelphiDelphiVCLPythonPython GUIWindows

How to use the DelphiVCL.GroupBox

DelphiVCL.GroupBox or TGroupBox represents a Windows group box. The TGroupBox component represents a standard Windows group box, used to group related controls on a form. When another control component is placed within a group box, the group box becomes the parent of that component. Let’s browse all the properties, methods, and built-in properties of the DelphiVCL.GroupBox using…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About DelphiVCL.CustomGrid

DelphiVCL.CustomGrid or TCustomGrid is the base type for all components that present information in a two-dimensional grid. Use TCustomGrid as a base class when defining components that represent information in a tabular format. TCustomGrid introduces properties and methods to control the appearance and behavior of the grid, including responses to mouse actions and user editing. Do…
Read more
DelphiPythonPython GUIWindows

Learn To Build A Python GUI For Manipulating Date, Time, And Timestamps Using Arrow Library In A Delphi Windows App

Are you looking for powerful tools to manipulate or format dates, times, and timestamps, and build a nice GUI for them? You can build it easily by combining Arrow and Python4Delphi library, inside Delphi and C++Builder. Arrow is a Python library that offers a sensible and human-friendly approach to creating, manipulating, formatting, and converting dates, times, and timestamps. It…
Read more