In this tutorial, we will learn about how to do data visualizations using Delphi’s TChart or TeeChart.
TChart is the 100% Native Data-Aware Charting Component Library for Delphi and C++ Builder (v5 and later) and all RAD Studio versions.
1. Generate the Dummy Data with Python
To create dummy data in Python, you can use pandas or the Faker…
Powerful Python For Delphi VCL vs Python GUI Generator: PAGE
March 20, 2021
Are you an expert in desktop apps and GUI development who want to also work with Python because of its simplicity, flexible use, and growing demand in the market out there? Or are you a Python Developer at any level who wants to start a GUI development journey? This article…
Compare Python For Delphi VCL vs Dear PyGUI For Windows Apps
March 13, 2021
Are you an expert in desktop apps and GUI development who want to also work with Python because of its simplicity, flexible use, and growing demand in the market out there? Or are you a Python Developer at any level who wants to start a GUI development journey? This article…
Learn To Build A Python GUI For Scientific Computing With The NumPy Library In A Delphi Windows App
February 28, 2021
If you need to perform complex transformations or mathematical calculations with matrices or arrays, then Python’s Numpy 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 the Windows GUI.
The NumPy…
Learn To Work With Real-World Graphics Using The Python Matplotlib Library In A Delphi Windows App
February 27, 2021
With the growing demand for Data Science and Analytics skill sets, drawing graphics programmatically is a very popular task these days. You can easily solve it by combining the Matplotlib library with Python4Delphi (P4D). P4D is a free set of powerful tools that allows you…
Learn To Build A Python GUI For Easily Processing Images With Pillow Library In A Delphi Windows App
February 26, 2021
Are you looking for a simple way to process images programmatically, and build a nice GUI for them? You can do it easily by combining Python4Delphi and Pillow library, inside Delphi and C++Builder. Python4Delphi (P4D) is a free tool that allows you to execute Python scripts…
Learn To Build A Python GUI For Computer Vision Tasks With Powerful OpenCV Library In A Delphi Windows App
February 25, 2021
Are you looking for a powerful computer vision library and build a nice GUI for them? Try OpenCV library for Python. And for the GUI part, you can run it seamlessly with Python4Delphi (P4D). P4D is a free and simple tool that allows you to run Python scripts as well as create new Python modules and types in Delphi.
OpenCV (Open Source Computer Vision Library) is an open-source computer vision…
Learn To Work With HTTP Requests Using Python Requests Library In A Delphi Windows App
February 24, 2021
We have learned many possibilities and examples in combining Python4Delphi with Python language features and various libraries. From image processing, numerical and scientific computing, computer vision, you name it. Now, how about interaction with the internet, such as HTTP…
Easily Integrate A Flexible Python REST Client To RAD Server In Python Windows GUI App Built In Delphi
February 19, 2021
REST(REpresentationalStateTransfer) has emerged as the standard architectural design for web services and web APIs in these days.
This article will show you how easy it is to integrate aRESTAPIClientsto RAD Server using Python and…
Tutorial: Python For Delphi VCL vs Pyforms GUI
February 18, 2021
Are you an expert in desktop apps and GUI development who want to also work with Python because of its simplicity, flexible use, and growing demand in the market out there? Or are you a Python Developer at any level who wants to start a GUI development journey? This article is for you.
We will review the two examples of the most powerful Python Desktop App and GUI Frameworks:Python For…