Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Free components that wrap up Python into Delphi and Lazarus (FPC)

License

Notifications You must be signed in to change notification settings

cgwu/python4delphi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

224 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
  • Creating python extension modules with Delphi classes and functions

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.

Before you try the demos please see the Wiki topic How Python for Delphi finds your Python distribution.

Delphinus-Support

About

Free components that wrap up Python into Delphi and Lazarus (FPC)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Pascal 87.1%
  • C++ 10.8%
  • Python 1.6%
  • Other 0.5%