Python4Delphi/ru

From Free Pascal wiki
Revision as of 18:54, 1 June 2023 by AMXS52 (talk | contribs) (Created page with "= Overview = Current home: https://code.google.com/p/python4delphi/ From that page: <blockquote> Python for Delphi (P4D) is a set of free components that wrap up the Python...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Overview

Current home: https://code.google.com/p/python4delphi/

From that page:

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.

The changelog indicates development was last active around Nov 2012.

The commit from 21.1.2018 claims the compatibility with both Lazarus and (hopefully) Delphi Linux