Doubt C and Python

James Kim kimsj at mobile.snu.ac.kr
Sun Aug 28 08:43:32 EDT 2005


Wouter van Ooijen (www.voti.nl) wrote:
> I use Python when my time is most valuable (in most cases it is), in
> the very few cases the computer's time is more valuable I write in
> C/C++.

In cases when the computer's time is more valuable, why not use CPython 
with C/C++ API? Only most time consuming parts can be replaced to C/C++ 
codes so as to increase the speed up to native C/C++ programs).

-James (^o^)



More information about the Python-list mailing list