Python4delphi

peaktop

Member
Joined
Apr 6, 2009
Messages
152
Reaction score
986
Description:
Python for Delphi (P4D) is a set of free components that wrap up the Python dll into Delphi and Lazarus (FPC). They let you easily execute Python scripts, create new Python modules and new Python types. You can create Python extensions as dlls and much more. P4D provides different levels of functionality:

  • Low-level access to the python API
  • High-level bi-directional interaction with Python
  • Access to Python objects using Delphi custom variants (VarPyth.pas)
  • Wrapping of Delphi objects for use in python scripts using RTTI (WrapDelphi.pas)
P4D makes it very easy to use python as a scripting language for Delphi applications. It comes with an extensive range of demos and tutorials.

https://github.com/pyscripter/python4delphi
Download: https://github.com/pyscripter/python4delphi
 

kghkotr

Member
Joined
Mar 20, 2018
Messages
5
Reaction score
0
"Yea, I've heard of it, but never actually used it myself. From what I've read, it's a wrapper for the Delphi dlls that allows you to use them in Python. Has anyone here actually gotten it working in a real project?"
 
Top