Table of Contents

Python language in Delphi

Introduction

Python4Delphi (P4D)

  • if you get error “cannot load python DLL”:
    • ensure you have compiled your Delphi app with same version (32bit or 64bit compile) as the Python on your computer - you should generally be using 64 bit!

Displaying plots as well as text outputs from running Python scripts

TPythonEngine

TPythonGUIInputOutput

TPythonModule

TPyWrapper

TPythonType

TPythonDelphiVar

TPythonInputOutput

Other components utilising Python4Delphi Python binding

Python Environments

Lightweight Python Wrappers

Delphi4Python