DelphiDelphiVCLPythonPython GUIWindows

What Is An OnActivate Event In A DelphiVCL.Application?

In this post, we’ll use the OnActivate or DelphiVCL.Application.OnActivate event that occurs when an application becomes active. Write an OnActivate event handler to perform special processing when the application becomes active. Learning how to do it will allow you to easily build and use Onactivate Event Handler on Python applications with Python Programming Software. When does an…
Read more
DelphiPythonPython GUIWindows

This Is How To Automatically Parse RSS Feeds In Your Apps

Tools like Python Windows GUI Builder make it simple to parse any RSS feed and building a nice GUI can be done easily by combining feedparser and Python4Delphi library, inside Delphi and C++Builder. Python4Delphi (P4D) is a free tool that allows you to execute Python scripts, create new Python modules and types in Delphi. What is the feedparser library? feedparser or Universal Feed Parser is…
Read more
DelphiPythonPython GUIWindows

3 Ways To Create Enterprise-Grade Graphics Using The Seaborn Library

With the growing demand for Data Science and Analytics skill sets, drawing stunning graphics programmatically is one of the most popular tasks these days. Especially the high-quality plots that will easily give insights and effectively tell stories visually to the users. You can easily solve it by combining the Seaborn library with Python4Delphi (P4D). P4D is a free set of powerful tools that…
Read more
Learn PythonPythonPython GUIVideos

How To Make Matplotlib Charts To Visualize Data

You’re probably thinking of adding charts to your application. Well, if you are using the Tkinter GUI framework in Python, doing so will not require any extensive skills. Provided that you already have knowledge of data science or data analysis, all you need to do is import some libraries to properly execute your data. In this video tutorial, we will learn how to show graphs in Python using…
Read more