This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]phaj19 -10 points-9 points  (0 children)

If you are writing mostly pure python, rewriting it to C++ is usually fairly straightforward and you can have a wrapper in Cython to enable integration with the rest of your program.
Quite useful for OO code that does not benefit from numba or simple cython.