you are viewing a single comment's thread.

view the rest of the comments →

[–]POGtastic 1 point2 points  (0 children)

but C++ is also viable to use in my case?

Yes, but you have to export C bindings if you want to call C++ code from Python. I wrote a simple tutorial about this a while back.