DelphiPythonPython GUIWindows

How To Make An Ultra-Fast Computer Vision Windows App

Are you looking for a powerful computer vision library and building a nice GUI for them? Try Mahotas library for Python. 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. Mahotas is a fast computer vision algorithms library (all implemented in C++ for…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About TWinControl For GUI Development With DelphiVCL

In this post, you’ll learn more about TWinControl. TwinControl is the base class for all controls that are wrappers for Microsoft Windows screen objects. Learning more about TWinControl will allow you to easily build GUIs with Python Development Tools. TWinControl provides the common functionality for all controls that act as wrappers for Microsoft Windows screen objects…
Read more
Learn PythonPythonPython GUIVideos

What You Need For Machine Learning on Encrypted Data

Due to the global pandemic for PyCon 2020 talks, seminars, and workshops were all presented digitally. The most interesting part about this is that everyone can still access all the tutorials and talks through PyCon 2020’s official YouTube channel. If you are looking for Python-related talks and tutorials, you can always visit their channel and review some of their helpful digital workshops…
Read more
DelphiDelphiVCLPythonPython GUIWindows

This Is The DelphiVCL.Application.ModalLevel Property

What is the DelphiVCL.Application.ModalLevel Property? In this post, you’ll learn more about ModalLevel or DelphiVCL.Application.ModalLevel property that gives the number of currently open modal forms. ModalLevel is a read-only property that gives the number of modal forms which are currently open. Any call to ModalStarted increments the value of ModalLevel, while each call to…
Read more