On May 16, 2:21 am, Anthony Irwin <[EMAIL PROTECTED]> wrote: > Hi All, > > Thanks to all that replied. <SNIP> > > I saw on the python site a slide from 1999 that said that python was > slower then java but faster to develop with is python still slower > then java?
Short answer: It might be. Long answer: There are a lot of active libraries and frameworks out their that attack common speed problems. For example numpy allows C-type speeds of execution of some numerical applications. Note its not fast if it is wrong, and Python may allow you to tune your algorithm with more ease. - Paddy. -- http://mail.python.org/mailman/listinfo/python-list