DelphiPythonPython GUIWindows

Learn To Build A Python GUI For Programming Quantum Computers With Cirq In A Delphi Windows App

Are you looking for an open-source framework for programming quantum computers and build a nice GUI for them? Try Cirq library for Python. And for the GUI part, you can run it seamlessly with Python4Delphi (P4D). P4D is a free and simple tool that allows you to run Python scripts as well as create new Python modules and types in Delphi. Cirq is a Python library for writing, manipulating…
Read more
Learn PythonPythonVideos

Learn Python With Saved by In-Memory NoSQL by Deepak Kumar Gupta (PyCon 2020) Video

I’m sure most of us have encountered some critical issues with our computer where the Operating system becomes corrupted and no matter how many System Repair attempts, it doesn’t seem to fix anything. At some point, we will end up with System Restore to bring our PC back to its safe state. Interestingly, this could also happen in a Python project. There is a chance that you will…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About DelphiVCL.Application.ComObject

The ComObject property or DelphiVCL.Application.ComObject is used to specify the interface reference implemented by the component. Use ComObject to assign a COM interface implemented by a component to an interface reference. This property is used by components that support COM interfaces. If the component is not a wrapper for a COM component, trying to read ComObject causes…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What is the ClassName Method in DelphiVCL.Application?

The ClassName method or DelphiVCL.Application.ClassName is used to return a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). Use ClassName to obtain the class name from an object instance or class reference. This is useful for differentiating object instances that are assigned to a variable that has the type of an ancestor…
Read more