On 9/28/2010 4:56 PM, Alberto Bacchelli wrote:
Hi,
Hello Alberto, I have been much in the same situation. I am developing a financial technical analysis application in Pharo. Part of my requirements are the use of a Windows COM dll. I do not have the ability to use that dll from within Pharo. (My skills are too limited) I have written the front end/back end of my application in Python interfacing the dll and the financial server. I am writing the middle part of the application in Pharo using Seaside. My Python app will call my Seaside app with the necessary data and my Seaside app will provide the Python app the necessary actions. This also enables me to provide a web interface to my application. Numpy is an attractive option. I have been a long time Squeak (and now Pharo) user. I much prefer Pharo to Python. With my learning about the Matrix class I wasn't as dependent on Numpy. I switched to Pharo. Presently I am providing my own calculations and formulas and wasn't dependent on the statistics in Numpy. I would love to drop the Python dependency completely. Hopefully in time that will come. Any way, that is how I am using Python and Pharo. Jimmie |
_______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
