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 -- https://mail.python.org/mailman/listinfo/python-list