DelphiDelphiVCLPythonPython GUIWindows

Learn About delphivcl.Abort Function

DelphiVCL.Abort function is used to raise a silent exception. We use Abort to escape from an execution path without reporting an error. Abort raises a special “silent exception” (EAbort), which operates like any other exception, but does not display an error message to the end user. Abort redirects execution to the end of the last exception block. Let’s browse…
Read more
Learn PythonPythonPython GUI

Learn Python With Practice Privacy-Preserving Machine Learning In Python by Catherine Nelson (PyCon 2020) Video

Data privacy remains to be one of the topmost concerns for everyone. Some of our personal or sensitive information is being collected from us even without our knowledge. Although Machine learning comes with a great number of advantages, it also comes with a great number of risks. It is interesting to note that Machine Learning is being used in internet search engines to help us get the most…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Python Windows App: Draw A Rectangle With delphivcl.Shape

Description delphivcl.Shape represents a geometric shape that can be drawn on a form. Add a Shape object to a form to draw a simple geometric shape on the form. TShape introduces properties to describe the pen used to outline the shape and the brush used to fill it. If the shape is only part of the image of custom control, use the methods of the control’s canvas instead. Browse…
Read more
Learn PythonPythonPython GUI

Learn Python With Build A Python GUI App Tutorial Video

Did you know that you can create a GUI app that can drastically improve your workflow? Well, this video will show us how! Dev Ed recently shared a video tutorial that will teach us how to create a GUI app using Python and its default GUI module ~ the Tkinter. In this new Learn Python video, he will walk us through how to build a GUI app that will automatically open other apps that we normally use.
Read more