C++CodeDelphiPythonPython GUI

Build Powerful Textual Data Processing Windows GUI Apps With Python Using TextBlob Library And Delphi

Do you want to build a GUI App with Textual Data Processing capabilities? In this post will get to understand how to use TextBlob Python Library usingPython4Delphiin Delphi/C++ application. TextBlob provides access to common text-processing operations through a familiar interface. You can treatTextBlobobjects as if they were Python strings that learned how to do Natural…
Read more
DelphiLearn PythonPythonPython GUI

Learn How To Use Basic Operators With Python GUI In A Delphi Windows App

Python is a powerful, general purpose object oriented language and Delhpi is an amazing platform that allows developers to make visual apps. Combining the power of the two results in the extraordinary features and capabilities of Python4Delphi. This set of free components works by wrapping up the Python DLL into Delphi and C++Builder thus enabling its users to view GUI for their Python scripts…
Read more
Learn PythonPythonVideos

Learn Python With Static Typing in Python by Dustin Ingram (PyCon 2020) Video

Python is regarded as a flexible and beginner-friendly programming language without static types. This video will be discussing the advantages and drawbacks of a static type framework, as well as recent attempts to bring static typing to Python through optional “type hints” and various tools to helps add types to Python codes. Today, we are learning another interesting topic about the…
Read more
DelphiLearn PythonPythonPython GUIVideosWindows

Learn Python GUI Development for Delphi Developers In Windows Apps

Why would a Delphi developer want to add Python to their toolbelt? It is all about library access and scriptability. The open-source Python4Delphi (P4D) library by Kiriakos Vlahos, author of the popular PyScripter Python IDE, allows you as a Delphi developer to leverage the entire collection of Python libraries directly from Delphi. It also makes it easy to easily execute Python scripts, create…
Read more