DelphiLearn PythonPythonPython GUIRAD Studio

Easily Create A Powerful Python Web Server In A Delphi Windows GUI App

Python Web Servercan be set up in two ways. Python supports a Web Server in the “out of the box” way. We can even start a web server with just a one-liner in Python! This post will demonstrate how to run another Python feature in Python4Delphi with RAD Studio:Python Web Serverin Python GUI apps and gets the output. The web server in this example can be accessed on…
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
DelphiLearn PythonPythonPython GUI

Learn How To Use Python Code Introspection With A Delphi Windows GUI App

The strength of Delphi combined with Python gives its users the chance to fast track their development processes and deliver excellent applications with ease! This tutorial helps you accomplish just that. WithPython4Delphi(P4D) you can create a GUI for your python scripts in a few simple steps! P4D is a collection offreecomponents that wrap up the Python DLL into Delphi and…
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