C++CodeDelphiPythonPython GUIWindows

Easily Build Powerful Python GUI Modules In Delphi With This Windows Sample App

A Module is a file containing Python definitions and statements similar to the unit file in Delphi. To learn more about Python modules check this tutorial. How to create such Python Modules in Delphi using Python4Delphi components? This post will guide you. You can also use Python4Delphi with C++Builder. Python4Delphi Demo5 Sample App shows how to create a Module, add a routine to that…
Read more
C++CodeDelphiLearn PythonPythonPython GUI

Hands On: Build A Python GUI With The HTTP Requests Library In A Delphi Windows GUI App

Python for Delphi (Python4Delphi , P4D) with Requests library allow you to execute Http requests in Python GUI for Windows. Python4Delphi is a free tool that can run Python scripts, work with new Python types and modules in Delphi. In this post, we will learn at how to run Requests library in Python for Delphi. Build your own Python GUI apps for Windows with Delphi and C++Builder and Python4Delphi…
Read more
C++CodeDelphiPythonPython GUI

Build A Numpy Library Python GUI In A Delphi Windows GUI App

If you need to perform complex transformations or mathematical calculations with matrices or arrays, then Python Numpy library is exactly what you need. You can easy run this library with Python4Delphi (P4D). Python4Delphi is a free tool with which you can work with Python scripts and objects in the Windows GUI. In this post, we will look at how to run Numpy library with P4D. Now you can build…
Read more
C++DelphiPython GUIWindows

Easily Pass Variables Between Python And Your Python GUI Windows Front End Built In Delphi Or C++

Want to build a Delphi/C++ builder Application that should exchange values between Delphi and Python Objects. Not sure how to do it? Python4Delphi has two powerful components to achieve this faster, you can use either one component for your application. In this post, we can see both ways. Python4Delphi Demo16 Example1 App shows how to assign a variable value between Delphi and Python…
Read more