DelphiLearn PythonPythonPython GUIWindows

Quickly Learn How To Use Basic String Operations With Python In A Delphi Windows GUI App

Delphi is a powerful platform used by developers worldwide, to make stunning visual applications. Python, on the other hand is a powerful, general purpose object oriented language. Did you ever wonder if the power of both could ever be combined? Presenting to you,Python4Delphi! This set of free components works by wrapping up the Python DLL into Delphi and C++Builder thus enabling its users…
Read more
CodeDelphiDelphiVCLLearn PythonPythonPython GUIRAD StudioWindows

Quickly Build Ultra-Modern Python Native Windows GUIs With Delphi

Sometimes your application needs a user interface, but what is the best way to make one for Python applications? Enter DelphiVCL for Python. The VCL is a mature Windows native GUI framework with a huge library of included visual components and a robust collection of 3rd party components. It is the premier framework for native Windows applications, but how to use it with Python? Thanks to the…
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