The Snake in the Temple: Embedding Python in Delphi

Abstract

Python is a highly-portable, low-maintenance scripting language, suitable for rapid prototyping of algorithms, network programming, text processing, etc. Its dynamic typing and simple syntax make it a natural "glue language" and for embedding in other applications.

Motivation


Demonstration


Resources

  • Useful Python Links
  • Watters, Aaron, Guido van Rossum, and James C. Ahlstrom. Internet Programming with Python. M&amper;T Books, 1996. ISBN 1-55851-484-8.
  • Lutz, Mark. Programming Python. O'Reilly, 1996. ISBN 1-56592-197-6.