Learn PythonPythonPython GUIWindows

Learn How To Use Regular Expressions With Python In A 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
CodeDelphiPythonPython GUI

Learn About Using Delphi Python GUI Methods In Python On Windows

Earlier we have seen how to add methods in Python Module using Python4Delphi TPythonModule component’s Add Method. However, the Add Method parameter uses a PyCFunction type parameter. In many cases, we may need to define the method which should return Delphi Type. How to do that? This post will provide a way to do that using the TPythonModule component itself. You can also use Python4Delphi…
Read more
DelphiPythonPython GUIWindows

Quickly Learn To Create A New Python Type Integrated With A Delphi Windows GUI App Class

Earlier we learned how to create a new Python Type for a Delphi Record using the TPythonType component’s property TheType. It’s also necessary to learn how to use Delphi classes for creating a new Python Type using Python4Delphi component’s property PyObjectClass. You can also use Python4Delphi with C++Builder. This post will help to understand…
Read more