c++ vs python!

Aahz aahz at pythoncraft.com
Sun Apr 21 13:36:11 EDT 2002


In article <3CC2D8D7.20601 at student.kun.nl>,
husam  <h.jehadalwan at student.kun.nl> wrote:
>
>If we compare c++ with python, which one is faster when it comes to 2D, 
>3D graphics and math. And which one is faster when it comes to design 
>and implementation of "heavy" applications?

Use Python to call C/C++ code for compute-intensive tasks.  See the
Python Game Library and NumPy for examples.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

What if there were no rhetorical questions?



More information about the Python-list mailing list