Learn PythonPythonPython GUIVideos

How To Make Your Projects Build Securely

I guess we can all agree that security and privacy are both important factors that we must highly consider before dealing with any type of application. Some IDE software helps immensely, of course, but unfortunately, many companies are taking advantage of this where users’ personal information is being compromised. In this video presented by Rebeca Sarai, we will learn more about privacy and…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What Does The OnIdle Event In DelphiVCL.Application Do?

During Windows development, the OnIdle or DelphiVCL.Application.OnIdle occurs when an application becomes idle. Write an OnIdle event handler to perform special processing when an application is idle. An application is idle when it is not processing code. For example, an application is idle when it is waiting for input from the user. OnIdle is called only once, as the application transitions…
Read more
Learn PythonPythonPython GUIVideos

What You Need To Automatically Detect Malicious Files

Every Pythonista is definitely aware of the PyPI or Python Package Index whether they are using the command line or IDE software. It is a repository of software for the Python Programming language. It is more like a shop where programmers can search and install software that is developed and shared by the Python Community. Programmers can take advantage of this platform to help them in their…
Read more
DelphiLearn PythonPythonPython GUIRAD StudioWindows

How To Build A GUI For Optical Character Recognition

Are you looking for the easiest way to build an Optical Character Recognizer for 80+ languages and build a nice GUI for them, and all of them are free? You can deliver end-to-end multilingual OCR solutions easily by combining EasyOCR and Python4Delphi library, inside Delphi and C++Builder. This post will guide you on how to run the EasyOCR library and use Python for Delphi to display it in the…
Read more