PDA

View Full Version : Python and Zope language support


topcheese
09-07-2002, 05:18 PM
Hi. How about support for the python language and the Zope application server from http://www.zope.org. Will I be able to add support for it in the upcomin fp2k version?
Thanks

topcheese
09-08-2002, 06:14 PM
At one point I was able to configure html-kit to run the code from my Zope application server which is written in Python. I hope to be able to do the same with fpxp. . I know there is support from dreamweaver and html-kit for python.
I took this from the Python website.
"Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes. Python combines remarkable power with very clear syntax. It has interfaces to many system calls and libraries, as well as to various window systems, and is extensible in C or C++. It is also usable as an extension language for applications that need a programmable interface. Finally, Python is portable: it runs on many brands of UNIX, on the Mac, and on PCs under MS-DOS, Windows, Windows NT, and OS/2. " You can find out more at http://www.python.org