DelphiPythonPython GUIWindows

Learn To Build A Python GUI For Scientific Computing With The Scipy Library In A Delphi Windows App

If you need a Python-based ecosystem of open-source software for mathematics, science, and engineering, then Python’s SciPy (pronounced “Sigh Pie”) library is exactly what you need. You can easily run this library and give it a nice GUI using Python4Delphi (P4D). Python4Delphi is a free tool that allows you to work with Python scripts and objects, even create new Python modules and types in…
Read more
Learn PythonPythonPython GUIVideos

Learn Python With AsyncIO + Music by Lukasz Langa (PyCon 2020) Video

We just learned from the previous PyCon 2020 videos that you can use Python to teach computers how to write poetry with style so it is not really surprising to see many other interesting usages of this programming language. In this video presented by Lukasz Langa, we will discover how Python can help musicians to play musical instruments! Yes, you read that right! Python can also be used to…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About DelphiVCL.Splitter

DelphiVCL.Splitter or TSplitter divides the client area of a form into resizable panes. Add a splitter to a form between two aligned controls to allow users to resize the controls at runtime. The splitter sits between a control aligned to one edge of the form and the controls that fill up the rest of the client area. Give the splitter the same alignment as the control that is anchored to…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About TGridDrawState for GUI Development with Python’s DelphiVCL

TGridDrawState represents information useful when rendering the cell of a grid. TGridDrawState represents state information about the cell of a grid that is being rendered. It is a set that includes one or more of the states listed in the following table: Value Meaning gdSelected The cell is currently selected. gdFocused The cell has input…
Read more