DelphiLearn PythonPythonPython GUIRAD Studio

Easily Integrate A Flexible Python REST Client In Python Windows GUI App Built In Delphi

REST (REpresentational State Transfer) 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 a REST API Clients using Python and run it in the Python GUI by Python4Delphi with RAD Studio and gets the results. Prerequisites: Before we begin to work, download and install the…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Introduction to DelphiVCL

DelphiVCL is a Python module giving Python GUI apps on Windows access to Delphi’s VCL for robust and high-performance native Windows visual widgets. It uses the Python4Delphi library as a bridge between Delphi’s VCL (Visual Component Library) and Python. DelphiVCL is currently for Windows, while DelphiFMX is coming soon with support for other platforms, including Linux, macOS, and Android…
Read more
Python GUI

Easily Learn How To Use Python Partial Functions In A Delphi Windows GUI App

Python is an incredibly popular general purpose object oriented language that can be used in many ways. Not only is it used by experts in the field of Data Science and Data Analytics, it is also used by many Universities as a means for teaching beginners. The power of Python can grow exponentially when it is paired with the right tools and that brings us to Python4Delphi which is a remarkable set…
Read more
DelphiLearn PythonPythonPython GUIRAD Studio

Learn To Build A High-Performance Data Serialization Pipeline With A Python Windows GUI

Data serialization is the process of converting structured data to a format that allows us to share or store the data in a form that allows recovery of its original structure. In some cases, the secondary intention of data serialization is to minimize the data’s size which then reduces disk space or bandwidth requirements. This post will demonstrate how to run another Python feature in…
Read more