[PyQt] Any Large PyQt Projects?

Ville M. Vainio vivainio at gmail.com
Fri Feb 20 17:22:49 GMT 2009


On Fri, Feb 20, 2009 at 12:33 AM, Brent Villalobos
<Brent.Villalobos at pdi.dreamworks.com> wrote:

> computation?  How does it handle multiple thread performance given python's
> limitations on only running on one CPU (global interpreter lock)?  I don't
> need too much detail (obviously nothing proprietary), but I just want to
> know if anyone has any "red flags" that people should be aware of before
> writing a large python gui app with things like openGL contexts and heavy
> mathematical computation?

Be sure to check out:

http://numpy.scipy.org/
http://www.cython.org/
http://en.wikipedia.org/wiki/Multiprocessing

-- 
Ville M. Vainio
http://tinyurl.com/vainio


More information about the PyQt mailing list