Are you looking for powerful tools to analyze and manipulate structured data, and build a nice GUI for them? You can build fast, expressive, insightful, and scalable data analysis tools easily by combining pandas and Python4Delphi library, inside Delphi and C++Builder.
pandas is a Python package that provides fast, flexible, and expressive data structures designed to work with structured…
Create a Tabular Format with delphivcl.DrawGrid
May 16, 2021
DelphiVCL.DrawGrid represents a grid control that displays information in column and row format.
Add a DelphiVCL.DrawGrid object to a form to present arbitrary information in a tabular format. DrawGrid provides many properties to control the appearance of the grid, as…
Learn To Build A Python GUI For Web Scraping Using BeautifulSoup Library In A Delphi Windows App
May 15, 2021
Are you looking for tools to build website scrapers to automate your data collecting process, and build a nice GUI for them? You can build scalable web scrapers easily by combining BeautifulSoup and Python4Delphi library, inside Delphi and C++Builder.
BeautifulSoup is…
Learn To Build A Python GUI For Scientific Computing With The Scipy Library In A Delphi Windows App
May 14, 2021
If you need a Python-based ecosystem of open-source software for mathematics, science, and engineering, then Python’s SciPy (pronounced “Sigh Pie”) library is exactly what you need. You can easily run this library and give it a nice GUI using Python4Delphi (P4D). Python4Delphi is a free tool that allows you to work with Python scripts and objects, even create new Python modules and types in…
Build An Artificial Intelligence Solution With TensorFlow Library In A Delphi Windows App
May 13, 2021
Are you looking for an end-to-end open-source machine learning and deep learning platform, and build a nice GUI for them? You can deliver enterprise-grade AI solutions easily by combining TensorFlow and Python4Delphi library, inside Delphi and C++Builder.
TensorFlow is an…
Add Strings to Various Components using .Items
May 12, 2021
In previous examples, we already use .Items several times (see Getting Started with DelphiVCL III: Overview of Commonly used VCL Components). We use it in ListBox, ComboBox, and RadioGroup. Items contain the strings that appear in the ListBox, ComboBox, and…
We just learned from the previous PyCon 2020 videos that you can use Python to teach computers how to write poetry with style so it is not really surprising to see many other interesting usages of this programming language. In this video presented by Lukasz Langa, we will discover how Python can help musicians to play musical instruments! Yes, you read that right! Python can also be used to…
DelphiVCL.Memo is a wrapper for a Windows multiline edit control.
We use Memo to put a standard Windows multiline edit control on a form. Multiline edit boxes allow the user to enter more than one line of text. They are appropriate for representing lengthy…
Learn About delphivcl.StaticText
May 9, 2021
DelphiVCL.StaticText or TStaticText is a windowed control that displays text on a form.
The DelphiVCL.StaticText or TStaticText component functions like TLabel, except that it descends from TWinControl and therefore has a window handle. Use TStaticText instead of…
Learn About delphivcl.Splitter
May 9, 2021
DelphiVCL.Splitter or TSplitter divides the client area of a form into resizable panes.
Add a splitter to a form between two aligned controls to allow users to resize the controls at runtime. The splitter sits between a control aligned to one edge of the form and the controls that fill up the rest of the client area. Give the splitter the same alignment as the control that is anchored to…