DelphiLearn PythonPythonPython GUIRAD StudioWindows

What You Need To Automatically Scrape Millions Of Tweets

Are you looking for an easy and powerful way to collect MASSIVE amounts of tweets for your research and build a nice GUI for them? You can easily collect thousands or even millions of tweets by combining snscrape, tweepy, and Python4Delphi library, inside Delphi and C++Builder. This post will guide you on how to run the snscrape and tweepy library and use Python for Windows app development so…
Read more
DelphiLearn PythonPythonPython GUIRAD StudioWindows

What You Need To Add Powerful Statistical And Series Analysis

Are you looking for an easy yet powerful way to solve Time Series problems and build a nice GUI for them? You can deliver complete Statistical And Time Series Analysis easily by combining statsmodels and Python4Delphi library, inside Delphi and C++Builder IDE software. This post will guide you on how to run the statsmodels library and use Python for Delphi to display it in the Delphi Windows…
Read more
DelphiLearn PythonPythonPython GUIRAD StudioWindows

This Is How To Make A Deep Learning Computer Vision App

Are you looking for the easiest way to implement Deep Learning for Computer Vision and build a nice GUI for them, and all of them are free? You can deliver end-to-end Deep Learning for Computer Vision solutions easily by combining GluonCV and Python4Delphi library, inside your Delphi or C++Builder IDE software. This post will guide you on how to run the GluonCV library and use Python for Delphi…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What Is The OnException Event in DelphiVCL.Application?

The OnException or DelphiVCL.Application.OnException event occurs when an unhandled exception occurs in the application. This is a fundamental error event to understand when you develop Windows software. How is the DelphiVCL.Application.OnException event used? Use OnException to change the default behavior that occurs when an exception (a critical error) is not handled by regular…
Read more