DelphiPythonPython GUIWindows

Learn To Build A Python GUI For Manipulating Datetime Using Delorean Library In A Delphi Windows App

Are you looking for powerful tools to deal with datetime and build a nice GUI for them? You can build it easily by combining the Delorean and Python4Delphi library, inside Delphi and C++Builder. Delorean is a library for clearing up the inconvenient truths that arise when dealing with datetime in Python. Understanding that timing is delicate enough of a problem, Delorean hopes to provide a…
Read more
DelphiDelphiVCLPythonPython GUIWindows

How to use the DelphiVCL.Application.Destroy Destructor

We use DelphiVCL.Application.Destroy to destroy the application instance and all of its associated memory. Never call DelphiVCL.Application.Destroy or DelphiVCL.Application.Free. Instead, use the application’s Terminate method to end the application. Destroy signals that the application has been deactivated before calling the inherited destructor. It then frees memory for…
Read more
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