CodeDelphiPythonPython GUIRAD Studio

Ultimate Way To Represent Networks In Your Delphi GUI App Using NetworkX Python Library

Do you want to represent networks of communication, data organization, computational devices, the flow of computation, etc in your GUI App? This post will get to understand how to use NetworkX Python Library usingPython4Delphiin Delphi/C++ application with some basic NetworkX manipulations. NetworkX is a Python package for the creation, manipulation, and study of the structure…
Read more
C++CodeDelphiPythonPython GUI

Build Powerful Textual Data Processing Windows GUI Apps With Python Using TextBlob Library And Delphi

Do you want to build a GUI App with Textual Data Processing capabilities? In this post will get to understand how to use TextBlob Python Library usingPython4Delphiin Delphi/C++ application. TextBlob provides access to common text-processing operations through a familiar interface. You can treatTextBlobobjects as if they were Python strings that learned how to do Natural…
Read more
CodeDelphiPythonPython GUIWindows

Create Flexible Python GUI Delphi Variables In This Windows GUI App

As we know, a Variable stores a value so that you can reuse it later in your program. This reduces redundancy, improves performance, and makes your code more readable. What is Python Delphi Variable? This post will guide you to understand. You can also use Python4Delphi with C++Builder. Python4Delphi Demo3 Sample App shows how to create a Python Delphi Variable in Delphi using the…
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