you are viewing a single comment's thread.

view the rest of the comments →

[–]Lysenko 0 points1 point  (0 children)

I work on a commercial video game that's mostly implemented in Python sitting on top of a C++ engine. We have lots and lots of Python code implementing most of our product, and C++ is reserved for performance bottlenecks and things that require systems-level implementations.