DelphiPythonPython GUIWindows

This Is How To Build A Powerful Face Recognition Windows App

Do you want to use a powerful Face Detector Library and build a Windows App using Python Build Tools? Try Face Recognition library for Python. This post will guide you on how to recognize all faces in any given image using the Face Recognition library and use Python for Delphi to display it in the Delphi Windows GUI app. To create the GUI you can use the excellent Python4Delphi (P4D). P4D is a…
Read more
Learn PythonPythonPython GUIVideos

What You Need To Build A Simple Calculator App

John Elder of Codemy recently started a Python Tkinter GUI Tutorial series with the main goal of teaching aspiring programmers how to create GUI using the Tkinter in the Python Programming language. The tutorial series was divided into different parts and will tackle different topics in every video. In this particular tutorial (the fifth video in his Python Tkinter GUI Tutorial series), he will…
Read more
PythonPython GUIVideos

How To Automate The Boring Stuff With Slackbot And Python

Programmers are lazy! Well, at least that’s how Takanori Suzuki jokingly described his profession. In this video presentation from PyCon 2020, Takanori Suzuki will share his experiences and how he successfully managed to handle the overwhelming number of inquiries from the previous PyCon JP events. Managing conferences is a tough job, and Takanori described how he deals with the same…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What Is The Purpose Of DelphiVCL.Application.HideHint?

In this post, you’ll learn more about HideHint or DelphiVCL.Application.HideHint method that hides the current hint. Learn more about HideHint which can then be used to easily build GUIs and check it with Python Online Compiler. Applications rarely, if ever, call HideHint directly. HideHint is used internally to hide the hint window at the appropriate times according to predetermined…
Read more