Let’s face it, we all know that Python is one of the most widely used programming languages and we have learned by now that it is being applied in many different fields. However, who would have thought that even grade schoolers can embrace the Python programming language and apply it to their school science project?
The story of Wendi Dreeson, Python and a Raspberry Pi Science…
What is delphivcl.Application.DesignInfo?
July 7, 2021
In this post, we’ll use the DesignInfo property or DelphiVCL.Application.DesignInfo contains information used by the Form designer in Python Program Maker.
DesignInfo is used internally. Do not use this property in applications.
Let’s browse all the properties…
The ExeName property or DelphiVCL.Application.ExeName contains the file name of the application’s executable file including path information.
In this post, we’ll use Use ExeName to obtain the name of the executable file for the application. ExeName is the…
When the user invokes an action, a series of calls ensue to respond to that action. First, the action list that contains the action generates an OnExecute event. If the action list does not handle the OnExecute event, then the action is routed to the Application object’s ExecuteAction method, which invokes the OnActionExecute event handler. (The application’s ExecuteAction method…
Do you want to perform Natural Language Processing tasks like part-of-speech tagging, noun phrase extraction, sentiment analysis, classification, translation, etc. in your GUI app? This post will get you to understand how to use TextBlob Python Library using Python4Delphi…
Specify the Alignment of a Control using Align or TAlign
June 30, 2021
Align or TAlign is used to specify the alignment of control within its parent. TAlign specifies how control is placed relative to its parent.
It can have one of the following values:
Value
Meaning
alNone
The control remains where it was placed.
Easily Build A Python GUI For Video Games and Other Multimedia Applications Using Pygame Library In A Delphi Windows App
June 29, 2021
Are you looking for an open-source library to create video games and other multimedia applications in your GUI App? This post will get you to understand how to use the pygame Python Library using Python4Delphi (P4D) in the Delphi/C++ Builder application and create interesting Aliens or Space Invaders games.
Pygame is a free and open-source cross-platform library for the development of…
Are you looking for visually-stunning tools to represent networks of knowledge, communication, social interactions, data organization, etc in your GUI App?
This post will get you to understand how to use the NetworkX Python Library using Python4Delphi (P4D) in the…
Integrate Robust Similarity Queries Capabilities To Your Python GUI App With Powerful Gensim Library
June 26, 2021
Do you want to perform Text Mining or Natural Language Processing tasks like Topic Modeling, Similarity Queries, etc. in your GUI app? This post will get you to understand how to use Gensim Python Library using Python4Delphi (P4D) in the Delphi/C++ Builder application and…
Learn To Build A Python GUI For Interactive Data Visualizations Using Bokeh Library In A Delphi Windows App
June 25, 2021
With the growing demand for Data Science and Analytics skill sets, drawing graphics programmatically is a very popular task these days. Especially the need for real-time and interactive graphics. You can easily create a GUI app for interactive plots by combining the power of the Bokeh library with Python4Delphi (P4D). P4D is a free set of powerful tools that allows you to work with Python scripts…