Python vs C++

Stefan Behnel stefan_ml at behnel.de
Fri Aug 22 15:58:55 EDT 2014


If you want to add Cython to that (overly simplified) graph, you might get
something like this:

Christian Gollwitzer schrieb am 22.08.2014 um 21:25:
> as     |--|
> c       |------------|
> c++       |---------------------------|
Cython       |--------------------------------|
> python        |--------------------------------|

Meaning, there is a lot you can do in Cython that can keep you from having
to write C/C++ code at all. And even if you really have to, it still helps
in keeping that down to a couple of well chosen snippets rather than full
programs.

Stefan





More information about the Python-list mailing list