Skip to content

Commit 23a3b28

Browse files
committed
Create README.md
1 parent 16cc890 commit 23a3b28

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
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:
2+
3+
* **Low-level access to the python API**
4+
* **High-level bi-directional interaction with Python**
5+
* **Access to Python objects using Delphi custom variants (VarPyth.pas)**
6+
* **Wrapping of Delphi objects for use in python scripts using RTTI (WrapDelphi.pas)**
7+
8+
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.

0 commit comments

Comments
 (0)