CodeDelphiPythonPython GUIWindows

Quickly Learn To Assign Value Between A Delphi Python GUI And Python In This Windows App

Earlier in the Python4Delphi Demo 3 post, we have learned how to create a Python Delphi Variable using the TPythonDelphiVar component, assign some value to it, and showed the value as a string. You can also use Python4Delphi with C++Builder. This post will see some advanced usage of the TPythonDelphiVar component. You can also use Python4Delphi with C++Builder. Python4Delphi Demo4 Sample…
Read more
C++CodeDelphiPythonPython GUIWindows

Build A Python GUI With The Powerful OpenCV Library In A Delphi Windows GUI App

Are you looking for a powerful machine learning library? Try OpenCV library for Python. You can run it with Python for Delphi (P4D). P4D is a free and simple with which you can run Python scripts as well as create new Python modules and types in Delphi. Use Delphi and C++Builder and Python4Delphi to run Python scripts in  Python GUI apps for Windows. First, run Demo1 project for executing Python…
Read more
C++CodeDelphiPythonPython GUI

Learn To Build A Python GUI With The Matplotlib Library And A Delphi Windows GUI App

Drawing graphics programmatically is a very popular task these days. You can easily solve it using Matplotlib library with Python4Delphi (P4D). P4D is a free set of instruments that allows you to work with Python scripts, modules and types in Delphi. In this post, we will look at how to run Matplotlib library using Python for Delphi. With Delphi and C++Builder and Python4Delphi, you can build…
Read more
C++CodeDelphi

Quickly Transfer Variant Arrays Between Python And Your Windows GUI App Front End

Do you need to exchange a variant array between Delphi and Python Quickly? Python4Delphi offers the TPythonModule component which has a method and procedure to exchange a variant array. This post guides you to do that. You can also use Python4Delphi with C++Builder. Python4Delphi Demo17  App shows how to assign and get a variant array value using the TPythonModule component. You can find…
Read more