DelphiDelphiVCLPythonPython GUIWindows

Learn about delphivcl.BasicAction

DelphiVCL.BasicAction is the ancestor class for all action objects. BasicAction introduces the fundamental behavior for an action. Descendants of BasicAction add functionality for containment in an action list, for being categorized, and for specializing their behavior tailored to particular clients such as controls or menu items. Use BasicAction if you want to create an action for an…
Read more
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 all the…
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