Skip to content

Commit a6cac91

Browse files
authored
Merge pull request #162 from YashovardhanSingh/master
Update README.md
2 parents a3aeb43 + b751bec commit a6cac91

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
![P4D Logo](https://github.com/pyscripter/python4delphi/wiki/Images/Python4Delphi(wide-transparent).png)
22

3-
[Python](https://www.python.org) 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:
3+
[Python](https://www.python.org) for [Delphi](https://www.delphi.com/) (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:
44

55
* **Low-level access to the python API**
66
* **High-level bi-directional interaction with Python**
77
* **Access to Python objects using Delphi custom variants (VarPyth.pas)**
88
* **Wrapping of Delphi objects for use in python scripts using RTTI (WrapDelphi.pas)**
99
* **Creating python extension modules with Delphi classes and functions**
1010

11-
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.
11+
P4D makes it very easy to use python as a scripting language for Delphi applications. It also comes with an extensive range of demos and tutorials.
1212

13-
### How to use Python for Delphi ###
13+
### How to use Python4Delphi ###
1414

1515
The best way to learn about how to use Python for Delphi is to try the extensive range of demos available. Also studying the unit tests for VarPyth and WrapDelphi can help understand what is possible with these two units.
1616

@@ -21,4 +21,7 @@ The best way to learn about how to use Python for Delphi is to try the extensive
2121

2222
### Learn about Python for Delphi
2323
- [Tutorials](https://github.com/pyscripter/python4delphi/tree/master/Tutorials)
24-
- [Demos](https://github.com/pyscripter/python4delphi/tree/master/Demos)
24+
- [Demos](https://github.com/pyscripter/python4delphi/tree/master/Demos)
25+
26+
### [License](https://github.com/pyscripter/python4delphi/blob/master/LICENSE)
27+
The project is licensed under the MIT license.

0 commit comments

Comments
 (0)