DelphiIDELearn PythonPythonPython GUIRAD StudioWindows

Python For Delphi VCL vs PySide GUI Comparison Guide

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…
Read more
DelphiLearn PythonPythonPython GUIRAD Studio

Tutorial: Using The Delphi REST Client To Access Python REST Server (Flask)

REST (REpresentational State Transfer) has emerged as the standard architectural design for web services and web APIs in these recent years. This post will demonstrate how easy it is to use the Delphi REST Client Library to access Python REST Server (Flask microframework). Prerequisites: If this is your first time to set up Delphi’s REST Client Library in RAD Studio for…
Read more
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
DelphiLearn PythonPythonPython GUIRAD Studio

Learn Powerful Python Map, Filter, And Reduce Functions In A Delphi Windows GUI App

Map, Filter, and Reduce are paradigms of functional programming. They allow us to write simpler, shorter code, without necessarily needing to bother about intricacies like loops and branching. This post will demonstrate how to run another Python feature in Python4Delphi with RAD Studio:Map, Filter, and Reducein Python GUI apps and gets the output. We will discuss them one by one and…
Read more