Python vs C++

CHIN Dihedral dihedral88888 at gmail.com
Fri Aug 22 15:00:11 EDT 2014


On Friday, August 22, 2014 8:26:00 AM UTC+8, Chris Angelico wrote:
> On Fri, Aug 22, 2014 at 4:05 AM, Joseph Martinot-Lagarde
> 
> <joseph.martinot-lagarde at m4x.org> wrote:
> 
> > For information, Cython works with C++ now:
> 
> > http://docs.cython.org/src/userguide/wrapping_CPlusPlus.html.
> 
> 
> 
> Now isn't that cool!
> 
> 
> 
> Every time Cython gets discussed, I get a renewed desire to learn it.
> 
> Trouble is, I don't have any project that calls for it - there's
> 
> nothing I'm desperately wanting to do that involves both Python and
> 
> C/C++. Anyone got any suggestions? :)
> 
> 
> 
> ChrisA

Don't you use C as a portable assembler
in Python?

PYTHON->C->HW_BOUNDED_ASSEMBLY

That is the way to speed up python
programs using critical heavy 
computing functions.



More information about the Python-list mailing list