Here's the list of available demos in the P4D distribution. If you click on the DemoXX page, you'll get more information explaining the purpose of the demo. The demos will be installed under C:\Program Files\PythonForDelphi\Demos when you install Python for Delphi.
| Description | Page |
| A simple Python evaluator | Demo01 |
| Evaluate a Python expression | Demo02 |
| Defining Python/Delphi vars | Demo03 |
| Defining Python/Delphi vars (advanced case) | Demo04 |
| Defining a new Module | Demo05 |
| Defining a new Type | Demo06 |
| Using Delphi methods as Python functions | Demo07 |
| Using Delphi classes for new Python types | Demo08 |
| Making a Python module as a Dll | Demo09 |
| Mapping Delphi VCL components inside Python | Demo10 |
| Using Threads inside Python | Demo11 |
| Using PythonAtom. (Deprecated since Delphi 6, See VarPyth instead) | Demo12 |
| Using TPythonDatabase. | Demo13 |
| Making a Dll with TPythonDatabase | Demo14 |
| Using a TDataset descendant with Python, except TTable and TQuery. | Demo15 |
| Using a TDelphiVar or Module methods ? (Kylix ready) | Demo16 |
| Using variant arrays of 2 dimensions (Kylix ready) | Demo17 |
| C++ Builder: using the Python Dll in a console application | Demo18 |
| C++ Builder: this is a replicate of the Delphi Demo05 | Demo19 |
| C++ Builder: this is a replicate of the Delphi Demo08 | Demo20 |
| Using Events in TPythonModule or TPythonType (Kylix ready) | Demo21 |
| Using Threading, Windows Console and Command line arguments (Kylix ready) | Demo22 |
| Using Threading and Delphi log window. (Kylix ready) | Demo23 |
| Using TAtomPythonEngine (Deprecated since Delphi 6, See VarPyth instead) | Demo24 |
| Using VarPyth.pas (Kylix ready) | Demo25 |
| Demo8 revisited to allow the new Python type to be subclassed | Demo26 |
| Container indexing | Demo27 |
| Iterator (Kylix ready) | Demo28 |
| Using Python Imaging Library (PAL) | Demo29 |
| Using Named Parameters (Kylix ready) | Demo30 |
| Using WrapDelphi to access Delphi Form attributes (Requires Delphi5 or later) | Demo31 |
| Demo08 revisited using WrapDelphi (Requires Delphi7 or later) | Demo32 |
Comments (0)
You don't have permission to comment on this page.