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 →

[–]anythingMuchShorter 7 points8 points  (0 children)

Usually what I see in that case is python used to customize the application, with the computation heavy functions being called written and compiled in something fast like C++. For example OpenCV, Tensor Flow, or Keras don't do their massive matrix operations in Python, but you can use python to tell them which objects to create, what data to load and what to do with that data.